You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Echedey Luis edited this page Nov 25, 2023
·
8 revisions
Basic Styles
The science style:
The science + no-latex style:
The science + grid styles:
The science + scatter styles for scatter plots:
The science + notebook styles for Jupyter notebooks:
Styles for Specific Academic Journals
The science + ieee styles for IEEE papers:
IEEE requires figures to be readable when printed in black and white. The ieee style also sets the figure width to fit within one column of an IEEE paper and the resolution to 600 DPI.
Note: The IEEE style will make your figures massive if you use it with plt.show(). To get around this, you can add plt.rcParams.update({'figure.dpi': '100'}) to the top of your script (see issue).
The science + nature styles for Nature articles:
Nature recommends sans-serif fonts.
Support for Other Languages
CJK font styles have been deprecated in favour of other packages that maintain it actively.
For example, make use mplfonts
See issue #84.
Till we get some more info, we will preserve this wiki section.
See the FAQ for information on installing CJK fonts.
Traditional Chinese
Traditional Chinese (science + no-latex + cjk-tc-font):
Simplified Chinese
Simplified Chinese (science + no-latex + cjk-sc-font):