plotting/graf.c, cleanup initialisation, `gr_init()' is in charge to do that

This commit is contained in:
rlar 2015-12-19 18:47:08 +01:00
parent 299849c0db
commit c405d0ff86
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ static char *getitright(char *buf, double num);
/* for legends, set in gr_start, reset in gr_iplot and gr_init */
static int plotno;
static int curcolor = 1; /* for assigning unique colors */
static int curlst = 0; /* for assigning line styles */
static int curcolor; /* for assigning unique colors */
static int curlst; /* for assigning line styles */
/* invariant: currentgraph contains the current graph */