This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Matplotlib style — Science / AAAS figure specification | |
| # Widths 5.7 / 12.1 / 18.4 cm; Helvetica preferred (Nimbus Sans = URW Helvetica metric clone, | |
| # the only Helvetica-metric font installed here); text ~7 pt, never < 5 pt; symbols >= 6 pt. | |
| # Load with: plt.style.use('style/science.mplstyle') | |
| # --- Fonts (Helvetica is absent on this machine; Nimbus Sans matches its metrics) --- | |
| font.family: sans-serif | |
| font.sans-serif: Nimbus Sans, TeX Gyre Heros, Arimo, Helvetica, Arial, DejaVu Sans | |
| font.size: 7 # base text ~7 pt at final size |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| axes.spines.right: False | |
| axes.spines.top: False | |
| font.family: sans-serif | |
| font.sans-serif: Myriad, DejaVu Sans, sans-serif | |
| pdf.fonttype: 42 | |
| ps.fonttype: 42 | |
| legend.frameon: False | |
| figure.frameon: False | |
| font.size: 6 | |
| scatter.marker: o |