Skip to content

Commit 0032661

Browse files
updated detailed system plotter script to output png as well as eps. eps is for the methods paper, png is for the getting_started doc
1 parent ef35630 commit 0032661

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ We examine `BSE_Detailed_Output_0.h5` to look at the evolution of the two stars.
184184
python3 single_sys_plotter.py
185185

186186
This should produce the following plot:
187-
![demo_plot](../examples/methods_paper_plots/detailed_evolution/gw151226evol.eps)
187+
![demo_plot](../examples/methods_paper_plots/detailed_evolution/gw151226evol.png)
188188

189189

190190
COMPAS provides many tools for analysing and post-processing the data. Please view the post-processing documentation in `COMPAS/postProcessing`.

examples/methods_paper_plots/detailed_evolution/detailed_evol_plotter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def main():
8585
fig.subplots_adjust(left=0.05) #adjusting boundaries of the plotter
8686
fig.subplots_adjust(wspace=.3)
8787
plt.savefig('gw151226evol.eps', format='eps')
88+
plt.savefig('gw151226evol.png', format='png')
8889
plt.show()
8990

9091

examples/methods_paper_plots/detailed_evolution/gw151226evol.eps

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
87.1 KB
Loading

0 commit comments

Comments
 (0)