8000 Update changelog · proplot-dev/proplot@6fe7fe0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fe7fe0

Browse files
committed
Update changelog
1 parent c4199b8 commit 6fe7fe0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ ProPlot v0.7.0 (2021-06-30)
6969

7070
.. rubric:: Deprecated
7171

72+
* Change default :rcraw:`savefig.transparent` back to ``False`` (:pr:`252`). Dubious
73+
justification for ``True`` in the first place, and makes default PNG proplot figures
74+
unreadable wherever "dark mode" is enabled.
7275
* Rename `SciVisColor` colormaps from ``Blue1``, ``Blue2``, etc. to plurals ``Blues1``,
7376
``Blues2``, etc. to avoid name conflict with open-color colors. This permits making
7477
monochromatic open-color maps with e.g. ``plot.Colormap('blue9')``, and feels more

proplot/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ def save(self, filename, **kwargs):
12621262
return self.savefig(filename, **kwargs)
12631263

12641264
def savefig(self, filename, **kwargs):
1265-
# Automatically expand user the user name. Undocumented because we
1265+
# Automatically expand the user name. Undocumented because we
12661266
# do not want to overwrite the matplotlib docstring.
12671267
# TODO: Concatenate docstrings.
12681268
if isinstance(filename, str):

0 commit comments

Comments
 (0)
0