Make "nogrid" plotting option work. The deleted code was in the original

commit, so the reason for it can not be traced.
This commit is contained in:
Giles Atkinson 2022-02-08 11:09:06 +00:00 committed by Holger Vogt
parent ca7bee7bf6
commit e16564edf7
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ gr_fixgrid(GRAPH *graph, double xdelta, double ydelta, int xtype, int ytype)
{
double *dd;
if (graph->grid.gridtype == GRID_NONE)
graph->grid.gridtype = GRID_LIN;
SetColor(1);
SetLinestyle(1);