Browse Source

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

commit, so the reason for it can not be traced.
pre-master-46
Giles Atkinson 4 years ago
committed by Holger Vogt
parent
commit
c65155880c
  1. 3
      src/frontend/plotting/grid.c

3
src/frontend/plotting/grid.c

@ -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);

Loading…
Cancel
Save