Speasy
Installation
Data Providers
Numpy compatibility
SciPy compatibility
Configuration
Examples gallery
Developer documentation
History
Contributing
Credits
Speasy
speasy.plotting.mpl_backend package
View page source
speasy.plotting.mpl_backend package
class
speasy.plotting.mpl_backend.
Plot
[source]
Bases:
object
colormap
(
x
,
y
,
z
,
xaxis_label
=
None
,
yaxis_label
=
None
,
yaxis_units
=
None
,
zaxis_label
=
None
,
zaxis_units
=
None
,
ax
=
None
,
cmap
=
None
,
logy
=
True
,
logz
=
True
,
vmin
=
None
,
vmax
=
None
,
*
args
,
**
kwargs
)
[source]
line
(
x
,
y
,
ax
=
None
,
labels
=
None
,
units
=
None
,
xaxis_label
=
None
,
yaxis_label
=
None
,
*
args
,
**
kwargs
)
[source]