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

Skip to content

Commit 9b5b3ea

Browse files
committed
DOC: Add hatch API to reference
1 parent 8d7a2b9 commit 9b5b3ea

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/api/hatch_api.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
********************
2+
``matplotlib.hatch``
3+
********************
4+
5+
.. automodule:: matplotlib.hatch
6+
:members:
7+
:undoc-members:
8+
:show-inheritance:

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Alphabetical list of modules:
6565
font_manager_api.rst
6666
fontconfig_pattern_api.rst
6767
gridspec_api.rst
68+
hatch_api.rst
6869
image_api.rst
6970
legend_api.rst
7071
legend_handler_api.rst

doc/api/prev_api_changes/api_changes_3.5.0/behaviour.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ This affects `.ContourSet` itself and its subclasses, `.QuadContourSet`
198198
``hatch.SmallFilledCircles`` inherits from ``hatch.Circles``
199199
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200200

201-
The ``hatch.SmallFilledCircles`` class now inherits from ``hatch.Circles``
202-
rather than from ``hatch.SmallCircles``.
201+
The `.hatch.SmallFilledCircles` class now inherits from `.hatch.Circles` rather
202+
than from `.hatch.SmallCircles`.
203203

204204
hexbin with a log norm
205205
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)