Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ENH Improving the contribution guidelines #7236

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 13 commits into from
Nov 2, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
DOC Transformations are now documented in the API
  • Loading branch information
NelleV committed Oct 29, 2016
commit 4d8963fbfaa496cc6b5aedfbd725c30b64b0b718
1 change: 1 addition & 0 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
text_api.rst
ticker_api.rst
tight_layout_api.rst
transformations.rst
tri_api.rst
type1font.rst
units_api.rst
Expand Down
20 changes: 20 additions & 0 deletions doc/api/transformations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
==============================
Working with transformations
==============================

.. inheritance-diagram:: matplotlib.transforms matplotlib.path
:parts: 1

:mod:`matplotlib.transforms`
=============================

.. automodule:: matplotlib.transforms
:members: TransformNode, BboxBase, Bbox, TransformedBbox, Transform,
TransformWrapper, AffineBase, Affine2DBase, Affine2D, IdentityTransform,
BlendedGenericTransform, BlendedAffine2D, blended_transform_factory,
CompositeGenericTransform, CompositeAffine2D,
composite_transform_factory, BboxTransform, BboxTransformTo,
BboxTransformFrom, ScaledTranslation, TransformedPath, nonsingular,
interval_contains, interval_contains_open
:show-inheritance: