Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a19c0ce

Browse filesBrowse files
committed
DOC: Callout some initial paragraphs in modules.
1 parent 3c97ae1 commit a19c0ce
Copy full SHA for a19c0ce

File tree

Expand file treeCollapse file tree

3 files changed

+14
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+14
-4
lines changed

‎doc/api/colors_api.rst

Copy file name to clipboardExpand all lines: doc/api/colors_api.rst
+5-2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/legend_handler.py
+4-2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/table.py
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.