File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
``matplotlib.colors ``
3
3
*********************
4
4
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.
7
10
8
11
.. currentmodule :: matplotlib.colors
9
12
Original file line number Diff line number Diff line change 1
1
"""
2
2
Default legend handlers.
3
3
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.
6
8
7
9
Legend handlers are expected to be a callable object with a following
8
10
signature. ::
Original file line number Diff line number Diff line change 9
9
"""
10
10
Tables drawing.
11
11
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
+
12
17
Use the factory function `~matplotlib.table.table` to create a ready-made
13
18
table from texts. If you need more control, use the `.Table` class and its
14
19
methods.
You can’t perform that action at this time.
0 commit comments