Skip to content

Commit 8451e27

Browse files
authored
Merge pull request #22189 from QuLogic/hatch-doc
2 parents 8d7a2b9 + 9b5b3ea commit 8451e27

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/api/hatch_api.rst

+8
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

+1
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

+2-2
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)