started working after meeting with Stephan and Uli
This commit is contained in:
Binary file not shown.
@@ -332,7 +332,7 @@ def plot_AUC_alt(ax, model='FS', color1='red', color2='dodgerblue', alteration='
|
||||
print(ystart, yend)
|
||||
start = (xstart, ystart * 1.0)
|
||||
end = (xend, ystart * 1.0)
|
||||
ax = gradientaxis(ax, start, end, cmap, n=100, lw=2)
|
||||
ax = gradientaxis(ax, start, end, cmap, n=200, lw=4)
|
||||
ax.spines['bottom'].set_visible(False)
|
||||
return ax
|
||||
|
||||
|
||||
Binary file not shown.
@@ -344,7 +344,7 @@ def plot_rheo_alt(ax, model='FS', color1='red', color2='dodgerblue', alteration=
|
||||
print(ystart, yend)
|
||||
start = (xstart, ystart*1.0)
|
||||
end = (xend, ystart*1.0)
|
||||
ax = gradientaxis(ax, start, end, cmap, n=100,lw=2)
|
||||
ax = gradientaxis(ax, start, end, cmap, n=200,lw=4)
|
||||
ax.spines['bottom'].set_visible(False)
|
||||
# ax.set_ylim(ystart, yend)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user