From c2cf4d7edab1e1238a9588b90629403d97620006 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 22 Feb 2020 15:49:36 +0100 Subject: [PATCH] required for reliable re-plotting, however still has the return line bug no #472 --- src/frontend/plotting/graf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/plotting/graf.c b/src/frontend/plotting/graf.c index 4727511d8..9eabc0654 100644 --- a/src/frontend/plotting/graf.c +++ b/src/frontend/plotting/graf.c @@ -420,7 +420,7 @@ static void gr_start_internal(struct dvec *dv, bool copyvec) } currentgraph->plotdata = link; -#if 0 + /* FIXME: this piece of code causes bug no. #472 */ /* Add the scale vector to the list of vectors associated with the plot * and use the copy instead of the original scale vector if requested */ @@ -445,7 +445,6 @@ static void gr_start_internal(struct dvec *dv, bool copyvec) currentgraph->plotdata = link; } } -#endif /* Put the legend entry on the screen. */