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
You can now load files by passing a name to `~proplot.styletools.Colormap`.
73
72
- Add Fira Math as DejaVu Sans-alternative (:pr:`95`). Has complete set of math characters.
74
73
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source default font.
75
-
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by `~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are missing characters, but preserve graceful fallback for end user.
74
+
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by
75
+
`~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are
76
+
missing characters, but preserve graceful fallback for end user.
76
77
77
78
.. rubric:: Bug fixes
78
79
@@ -83,8 +84,13 @@ ProPlot v0.4.0 (2020-##-##)
83
84
84
85
.. rubric:: Documentation
85
86
86
-
- Imperative mood for docstring summaries (:pr:`92`).
87
+
- Use imperative mood for docstring summaries (:pr:`92`).
87
88
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars rather than lines.
89
+
.. rubric:: Internals
90
+
91
+
- Define `~proplot.rctools.rc` default values with inline dictionaries rather than
92
+
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
0 commit comments