API Reference
Add a chart to this renderer.
Chart2D
ChartBox
ChartPie
ChartMPL
Chart to add to renderer.
Charts to add to renderer.
Examples
>>> import pyvista >>> chart = pyvista.Chart2D() >>> _ = chart.plot(range(10), range(10))
>>> pl = pyvista.Plotter() >>> pl.add_chart(chart) >>> pl.show()