Charts#
Charts API reference. These dedicated classes can be used to embed
charts in plotting windows. Note that using charts requires a VTK
version of at least 9.0 and in a future release will require
vtk>=9.2
.
|
2D chart class similar to a |
|
Dedicated chart for drawing box plots. |
|
Dedicated chart for drawing pie plots. |
|
Create new chart from an existing matplotlib figure. |
To customize these charts, extra plot and utility classes are
available in the charts
module. Note that users should
typically not instantiate these classes themselves, but rather
use the dedicated methods and properties from the chart
classes above.
|
Pythonic wrapper for a VTK Pen, used to draw lines. |
|
Pythonic wrapper for a VTK Brush, used to fill shapes. |
|
Pythonic interface for a VTK Axis, used by 2D charts. |
|
Class representing a 2D line plot. |
|
Class representing a 2D scatter plot. |
|
Class representing a 2D bar plot. |
|
Class representing a 2D area plot. |
|
Class representing a 2D stack plot. |
|
Class representing a box plot. |
|
Class representing a pie plot. |