smpl.plot.plot2d¶
Module Contents¶
Functions¶
|
Set default plot2d_kwargs if not set. |
|
Creates a 2D-Plot. |
|
|
|
Advantage over matplotlibs pcolor(mesh) is that does not require a meshgrid. Instead it uses the data points directly in three lists. |
|
|
|
Attributes¶
- smpl.plot.plot2d.plot2d(datax, datay, dataz, **kwargs)[source]¶
Creates a 2D-Plot.
Parameters¶
- **kwargsoptional
see
plot2d_kwargs().
- smpl.plot.plot2d.pcolormesh_vplot(tvx, tvy, tvz, xaxis=None, yaxis=None, zaxis=None, logz=True, zscale=1.0, **kwargs)[source]¶
Advantage over matplotlibs pcolor(mesh) is that does not require a meshgrid. Instead it uses the data points directly in three lists.