gizak / termui

Golang terminal dashboard
MIT License
13.22k stars 786 forks source link

easy feature - disable only x axis UI #280

Closed fxfactorial closed 3 years ago

fxfactorial commented 4 years ago

so currently the axes are plotted or not with

    p0.ShowAxes = true

but say i want to not show the x axis but still show the y axis.

can you add to the plot struct the axis as separate bool fields