started working after meeting with Stephan and Uli

This commit is contained in:
nkoch1
2022-09-22 20:07:14 +02:00
parent 3bcfb4a830
commit b8aa1e10a2
6 changed files with 113 additions and 48 deletions

Binary file not shown.

View File

@@ -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.

View File

@@ -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)