File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ProPlot v1.0.0 (2022-##-##)
2727This will be published when more comprehensive testing is completed
2828and stability is improved.
2929
30- ProPlot v0.8.1 (2021-##-## )
30+ ProPlot v0.8.1 (2021-08-22 )
3131===========================
3232
3333Features
@@ -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
9191Deprecated
Original file line number Diff line number Diff line change 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:
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.
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
You can’t perform that action at this time.
0 commit comments