We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff936e commit f4782daCopy full SHA for f4782da
doc/faq/usage_faq.rst
@@ -114,6 +114,15 @@ idea). When the figure is rendered, all of the artists are drawn to
114
the **canvas**. Most Artists are tied to an Axes; such an Artist
115
cannot be shared by multiple Axes, or moved from one to another.
116
117
+.. _input_types:
118
+
119
+Types of inputs to plotting functions
120
+=====================================
121
122
+All of plotting functions expect `np.array` or `np.ma.masked_array` as
123
+input. Classes that are 'array-like' such as `pandas` data objects
124
+and `np.matrix` may or may not work as intended. It is best to
125
+convert these to `np.array` objects prior to plotting.
126
127
.. _pylab:
128
0 commit comments