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 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
Original file line number Diff line number Diff line change 11"""
22Default 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
79Legend handlers are expected to be a callable object with a following
810signature. ::
Original file line number Diff line number Diff line change 99"""
1010Tables 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+
1217Use the factory function `~matplotlib.table.table` to create a ready-made
1318table from texts. If you need more control, use the `.Table` class and its
1419methods.
You can’t perform that action at this time.
0 commit comments