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 0289b4f

Browse filesBrowse files
NelleVtacaswell
authored andcommitted
Merge pull request #7476 from anntzer/sticky-margins
Sticky margins Conflicts: lib/matplotlib/streamplot.py - discard conflicting diff, it is on changes to code which is not backported to 2.x lib/matplotlib/tests/test_triangulation.py - discard win-specific test changes (they do not exist on 2.x) lib/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.pdf lib/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.svg - kept version from master
1 parent 58b92b2 commit 0289b4f
Copy full SHA for 0289b4f
Expand file treeCollapse file tree

23 files changed

+3930
-4219
lines changed

‎doc/api/artist_api.rst

Copy file name to clipboardExpand all lines: doc/api/artist_api.rst
+1-15Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,7 @@ Margins and Autoscaling
4747
:toctree: _as_gen
4848
:nosignatures:
4949

50-
Artist.get_bottom_margin
51-
Artist.get_left_margin
52-
Artist.get_margins
53-
Artist.get_top_margin
54-
Artist.margins
55-
Artist.left_margin
56-
Artist.get_right_margin
57-
Artist.bottom_margin
58-
Artist.right_margin
59-
Artist.set_bottom_margin
60-
Artist.set_left_margin
61-
Artist.set_margins
62-
Artist.set_right_margin
63-
Artist.set_top_margin
64-
Artist.top_margin
50+
Artist.sticky_edges
6551

6652
Clipping
6753
--------

‎doc/api/axes_api.rst

Copy file name to clipboardExpand all lines: doc/api/axes_api.rst
-26Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -318,32 +318,6 @@ Autoscaling
318318

319319

320320

321-
Margins
322-
~~~~~~~
323-
324-
.. autosummary::
325-
:toctree: _as_gen
326-
:nosignatures:
327-
328-
329-
Axes.margins
330-
Axes.set_margins
331-
Axes.get_margins
332-
Axes.bottom_margin
333-
Axes.get_bottom_margin
334-
Axes.get_left_margin
335-
Axes.get_right_margin
336-
Axes.get_top_margin
337-
Axes.left_margin
338-
Axes.right_margin
339-
Axes.set_bottom_margin
340-
Axes.set_left_margin
341-
Axes.set_top_margin
342-
Axes.set_right_margin
343-
Axes.set_xmargin
344-
Axes.top_margin
345-
346-
347321
Aspect ratio
348322
------------
349323

0 commit comments

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