Skip to content

Gallery

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):

Japanese

Japanese (science + no-latex + cjk-jp-font):

Korean

Korean (science + no-latex + cjk-kr-font):

Russian

Russian/cyrillic (science + russian-font):

Turkish

Turkish (science + turkish-font):

Color Cycles

Color Blind Safe

The bright color cycle (7 colors):

The vibrant color cycle (7 colors):

The muted color cycle (10 colors):

The high-contrast color cycle (3 colors):

The light color cycle (9 colors):

Note: These color cycles are from Paul Tol's website.

Other

The std-colors color cycle (used to override other color cycles, e.g., the color cycle from ieee):

The high-vis color cycle:

The retro color cycle: