gsplot.Scale#

Scale#

A supported Cartesian axis scale name.

Examples#

>>> import gsplot as gs
>>> scale: gs.Scale = "log"

alias of Literal[‘linear’, ‘log’, ‘symlog’, ‘logit’]