Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce1ad0f

Browse filesBrowse files
committed
Clarify axes.autolimit_mode rcParam.
(see also the Axes.autoscale_view docstring)
1 parent 7e3cef3 commit ce1ad0f
Copy full SHA for ce1ad0f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎matplotlibrc.template

Copy file name to clipboardExpand all lines: matplotlibrc.template
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,11 @@
415415
# e.g. '1f77b4', instead of 1f77b4.
416416
# See also https://matplotlib.org/tutorials/intermediate/color_cycle.html
417417
# for more details on prop_cycle usage.
418-
#axes.autolimit_mode: data # How to scale axes limits to the data. By using:
419-
# - "data" to use data limits, plus some margin
420-
# - "round_numbers" move to the nearest "round" number
421418
#axes.xmargin: .05 # x margin. See `axes.Axes.margins`
422419
#axes.ymargin: .05 # y margin. See `axes.Axes.margins`
420+
#axes.autolimit_mode: data # If "data", use axes.xmargin and axes.ymargin as is.
421+
# If "round_numbers", after application of margins, axis
422+
# limits are further expanded to the nearest "round" number.
423423
#polaraxes.grid: True # display grid on polar axes
424424
#axes3d.grid: True # display grid on 3D axes
425425

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.