From c405d0ff8672c62c268d7c27e9cfc32f2b07a657 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 19 Dec 2015 18:47:08 +0100 Subject: [PATCH] plotting/graf.c, cleanup initialisation, `gr_init()' is in charge to do that --- src/frontend/plotting/graf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/plotting/graf.c b/src/frontend/plotting/graf.c index 28ebf76b7..286199bb3 100644 --- a/src/frontend/plotting/graf.c +++ b/src/frontend/plotting/graf.c @@ -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 */