Skip to content

Commit

Permalink
updated tex defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmatthews committed May 31, 2024
1 parent f2281d1 commit d6176f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plot/plot_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def make_figure(simple='cv_standard', hhe='cv_hhe', cno='cv_cno', xdir="{}/Demos
'''
Plot the UV and visible spectra of various CV models
'''
util.set_plot_defaults()
util.set_cmap_cycler("viridis", N=4)
plt.rcParams["lines.linewidth"] = 1.5
uv_simple = f'{xdir}/{simple}.spec'
Expand Down Expand Up @@ -129,6 +128,7 @@ def make_figure(simple='cv_standard', hhe='cv_hhe', cno='cv_cno', xdir="{}/Demos

# Next lines permit one to run the routine from the command line
if __name__ == "__main__":
util.set_plot_defaults()
make_figure(xdir="{}/Demos/cv/".format(util.g_DataDir))


0 comments on commit d6176f9

Please sign in to comment.