pyvista.Chart2D.x_axis#

property Chart2D.x_axis[source]#

Return this chart’s horizontal (x) Axis.

Examples

Create a 2D plot and hide the x axis.

>>> import pyvista
>>> chart = pyvista.Chart2D()
>>> _ = chart.line([0, 1, 2], [2, 1, 3])
>>> chart.x_axis.toggle()
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/237bcc9e81f13df0299eddf205fde54559755c7c/ebad1/_images/pyvista-chart2d-x_axis-1_00_00.png