Skip to content

Sticky margins #7476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Dec 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions doc/api/artist_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,7 @@ Margins and Autoscaling
:toctree: _as_gen
:nosignatures:

Artist.get_bottom_margin
Artist.get_left_margin
Artist.get_margins
Artist.get_top_margin
Artist.margins
Artist.left_margin
Artist.get_right_margin
Artist.bottom_margin
Artist.right_margin
Artist.set_bottom_margin
Artist.set_left_margin
Artist.set_margins
Artist.set_right_margin
Artist.set_top_margin
Artist.top_margin
Artist.sticky_edges

Clipping
--------
Expand Down
26 changes: 0 additions & 26 deletions doc/api/axes_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,32 +318,6 @@ Autoscaling



Margins
~~~~~~~

.. autosummary::
:toctree: _as_gen
:nosignatures:


Axes.margins
Axes.set_margins
Axes.get_margins
Axes.bottom_margin
Axes.get_bottom_margin
Axes.get_left_margin
Axes.get_right_margin
Axes.get_top_margin
Axes.left_margin
Axes.right_margin
Axes.set_bottom_margin
Axes.set_left_margin
Axes.set_top_margin
Axes.set_right_margin
Axes.set_xmargin
Axes.top_margin


Aspect ratio
------------

Expand Down
Loading