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

Skip to content

Commit a19c0ce

Browse files
committed
DOC: Callout some initial paragraphs in modules.
1 parent 3c97ae1 commit a19c0ce

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

doc/api/colors_api.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
``matplotlib.colors``
33
*********************
44

5-
The Color :ref:`tutorials <tutorials-colors>` and :ref:`examples
6-
<color_examples>` demonstrate how to set colors and colormaps.
5+
.. note::
6+
7+
The Color :ref:`tutorials <tutorials-colors>` and :ref:`examples
8+
<color_examples>` demonstrate how to set colors and colormaps. You may want
9+
to read those instead.
710

811
.. currentmodule:: matplotlib.colors
912

lib/matplotlib/legend_handler.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
"""
22
Default legend handlers.
33
4-
It is strongly encouraged to have read the :doc:`legend guide
5-
</tutorials/intermediate/legend_guide>` before this documentation.
4+
.. important::
5+
6+
It is strongly encouraged to have read the :doc:`legend guide
7+
</tutorials/intermediate/legend_guide>` before this documentation.
68
79
Legend handlers are expected to be a callable object with a following
810
signature. ::

lib/matplotlib/table.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"""
1010
Tables drawing.
1111
12+
.. note::
13+
The table implementation in Matplotlib is lightly maintained. For a more
14+
featureful table implementation, you may wish to try `blume
15+
<https://github.com/swfiua/blume>`_.
16+
1217
Use the factory function `~matplotlib.table.table` to create a ready-made
1318
table from texts. If you need more control, use the `.Table` class and its
1419
methods.

0 commit comments

Comments
 (0)