Skip to content

Commit 7d5fbfc

Browse files
committed
Update whatsnew
1 parent 6012cee commit 7d5fbfc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

WHATSNEW.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ProPlot v1.0.0 (2022-##-##)
2727
This will be published when more comprehensive testing is completed
2828
and stability is improved.
2929

30-
ProPlot v0.8.1 (2021-##-##)
30+
ProPlot v0.8.1 (2021-08-22)
3131
===========================
3232

3333
Features
@@ -85,7 +85,7 @@ Documentation
8585
callable dictionary-like `_SnippetsManager` instance (:commit:`b73fe9e3`). This
8686
helps prevent bug where assigned snippets have unfilled ``%(snippet)s`` markers.
8787

88-
ProPlot v0.8.0 (2021-08-16)
88+
ProPlot v0.8.0 (2021-08-18)
8989
===========================
9090

9191
Deprecated

docs/layout.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# The layout
1919
# ==========
2020
#
21-
# This section details a variety of features related to ProPlot subplots,
21+
# This section documents a variety of features related to ProPlot subplots,
2222
# including automatic a-b-c subplot labels, axis sharing between subplots,
23-
# tight layout spacing of subplots, and a unique feature where the figure
24-
# width and/or height are automatically determined by the subplot layout.
23+
# automatic spacing between subplots, and a unique feature where the figure
24+
# size is determined automatically from the subplot layout.
2525
#
2626
# %% [raw] raw_mimetype="text/restructuredtext"
2727
# .. _ug_abc:
@@ -89,8 +89,8 @@
8989
# %% [raw] raw_mimetype="text/restructuredtext"
9090
# .. _ug_autosize:
9191
#
92-
# Figure size
93-
# -----------
92+
# Automatic size
93+
# --------------
9494
#
9595
# By default, ProPlot determines the suitable figure size given the
9696
# geometry of the subplot grid and the size of a "reference" subplot.
@@ -188,8 +188,8 @@
188188
# %% [raw] raw_mimetype="text/restructuredtext"
189189
# .. _ug_tight:
190190
#
191-
# Subplot spaces
192-
# --------------
191+
# Automatic spaces
192+
# ----------------
193193
#
194194
# By default, ProPlot automatically determines the suitable space between
195195
# subplots using a tight layout algorithm. This algorithm automatically

0 commit comments

Comments
 (0)