Skip to content

IDEA: usage of your package

In this jupyter notebook V1298Tau_Paper_Calculations_and_Plots.ipynb I could find a few technical things you may improve:

  • Do not import your package via changing the path!
  • You can easily make the fonts to be latex (it looks much better in a paper)
  • I would suggest not to use plt.subplot to create Figure and Axes it used to have a memory leak.
  • a one column plot is 8 inch wide not 10. You may also want to fix the dpi to 300 for a better export.

Feel free to ask in the comment if you are interested about another way of doing these stuff.