gsplot.TickSpec# TickSpec# A finite sequence of numeric tick locations. Examples# >>> import gsplot as gs >>> ticks: gs.TickSpec = (0.0, 0.5, 1.0) alias of Sequence[float]