Tips and tricks to write LaTeX papers in with figures generated in Python
Column heads should use sentence-format capitalization (see can find more advice on table formatting here: Here is a nice GIF that illustrates some of these rules:
Use the siunitx package to format all numbers, currencies, units, etc:
You can also use it to round numbers:
Finally, it can help you better align numbers in a table:
When writing equations, it is helpful to have a coherent and consistent way of writing variables, vectors, matrices, etc. We also recommend to save the command used to generate a figure in the LaTeX file, for example as a comment above the figure, especially if the script requires arguments. If you really want to keep only a PDF version of the figure, use the command line tool—the resulting PDF will be better than that directly produced by Matplotlib.
Source: github.com