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:
parent
ca7bee7bf6
commit
e16564edf7
|
|
@ -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…
Reference in New Issue