Graphs#

class ansys.mapdl.core._commands.graphics.graphs.Graphs#

Graphs.axlab([axis, lab])

Labels the X and Y axes on graph displays.

Graphs.grid([key])

Selects the type of grid on graph displays.

Graphs.gropt([lab, key])

Sets various line graph display options.

Graphs.grtyp([kaxis])

Selects single or multiple Y-axes graph displays.

Graphs.gthk([label, thick])

Sets line thicknesses for graph lines.

Graphs.xrange([xmin, xmax])

Specifies a linear abscissa (X) scale range.

Graphs.yrange([ymin, ymax, num])

Specifies a linear ordinate (Y) scale range.