Closed esternin closed 7 months ago
set xgrid 1 or set xgrid -1 has no effect; ygrid works as expected. This is true whether set by command or through the axis' pop-up menu. The settings change, but there is no effect on drawing the axis.
set xgrid 1
set xgrid -1
ygrid
fixed with https://github.com/esternin/eXtrema/commit/1b72c6afce3243205efd28e0026edeb2770211e5
note to self: should look at GRA_polarAxis to make sure the same issue is not there
GRA_polarAxis
set xgrid 1
orset xgrid -1
has no effect;ygrid
works as expected. This is true whether set by command or through the axis' pop-up menu. The settings change, but there is no effect on drawing the axis.