suppose c in [0,0.5] and r=sqrt(c). I am using fig, ax1 = plt.subplots(1, 1, sharex=True); ax1.fill_between(c, 0, r, label=\'region 1 \')
c in [0,0.5]
r=sqrt(c)
fig, ax1 = plt.subplots(1, 1, sharex=True); ax1.fill_between(c, 0, r, label=\'region 1 \')