Skip to content

Commit

Permalink
updates critical scaling plot
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 18, 2024
1 parent 415491f commit 0f0b3db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4570,8 +4570,9 @@ rule critical_scaling_pointplot:
g.ax.yaxis.set_minor_locator(mpl.ticker.LogLocator(2, subs=(.5, )))
g.ax.yaxis.set_major_formatter(mpl.ticker.StrMethodFormatter('{x:.0f}'))
else:
g.ax.set_yscale('log', base=10)
g.ax.set_yscale('log', base=2)
g.ax.set(ylim=(.01, .6))
g.ax.yaxis.set_major_formatter(fov.plotting.myLogFormat)
g.set(xlabel='Pooling model', ylabel=ylabel, xlim=[-.5, 4.5])
g.savefig(output[0])

Expand Down

0 comments on commit 0f0b3db

Please sign in to comment.