Skip to content

SciencePlots (v1.0.8)

Compare
Choose a tag to compare
@garrettj403 garrettj403 released this 02 Jun 13:04
· 66 commits to master since this release
  • nature:
    • Added style for Nature articles
    • Uses sans-serif fonts
  • latex-sans:
    • Added style for using LaTeX with sans-serif fonts
  • std-colors:
    • Added style to recover the standard color cycle of the SciencePlots package
    • For example, if you use plt.style.use(["science", "ieeee"]). The figure will use the "ieee"color cycle. To revert to the standard color cycle, you can useplt.style.use(["science", "ieee", "std-colors"])``.
  • science:
    • Added amssymb to LaTeX preamble
  • grid:
    • Set axes.axisbelow to True
  • Minor updates to README