File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ProPlot v1.0.0 (2022-##-##)
27
27
This will be published when more comprehensive testing is completed
28
28
and stability is improved.
29
29
30
- ProPlot v0.8.1 (2021-##-## )
30
+ ProPlot v0.8.1 (2021-08-22 )
31
31
===========================
32
32
33
33
Features
@@ -85,7 +85,7 @@ Documentation
85
85
callable dictionary-like `_SnippetsManager ` instance (:commit: `b73fe9e3 `). This
86
86
helps prevent bug where assigned snippets have unfilled ``%(snippet)s `` markers.
87
87
88
- ProPlot v0.8.0 (2021-08-16 )
88
+ ProPlot v0.8.0 (2021-08-18 )
89
89
===========================
90
90
91
91
Deprecated
Original file line number Diff line number Diff line change 18
18
# The layout
19
19
# ==========
20
20
#
21
- # This section details a variety of features related to ProPlot subplots,
21
+ # This section documents a variety of features related to ProPlot subplots,
22
22
# 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.
25
25
#
26
26
# %% [raw] raw_mimetype="text/restructuredtext"
27
27
# .. _ug_abc:
89
89
# %% [raw] raw_mimetype="text/restructuredtext"
90
90
# .. _ug_autosize:
91
91
#
92
- # Figure size
93
- # -----------
92
+ # Automatic size
93
+ # --------------
94
94
#
95
95
# By default, ProPlot determines the suitable figure size given the
96
96
# geometry of the subplot grid and the size of a "reference" subplot.
188
188
# %% [raw] raw_mimetype="text/restructuredtext"
189
189
# .. _ug_tight:
190
190
#
191
- # Subplot spaces
192
- # --------------
191
+ # Automatic spaces
192
+ # ----------------
193
193
#
194
194
# By default, ProPlot automatically determines the suitable space between
195
195
# subplots using a tight layout algorithm. This algorithm automatically
You can’t perform that action at this time.
0 commit comments