From 5e0964c4d48a0b5d5e0f1fd81cf528346604d6eb Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 28 Apr 2008 18:39:06 +0000 Subject: [PATCH] remove iplot bug (line 686) --- ChangeLog | 3 +++ src/frontend/plotting/graf.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07520bf4d..cdbb4ca10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-04-28 Holger Vogt + * src/frontend/plotting/graf.c: remove iplot bug by changing line 686. + 2008-04-27 Dietmar Warning * src/frontend/inpcom.c: change _DEBUG to TRACE - unique debug switches * src/frontend/plotting/gnuplot.c: adding windows gnuplot, some modifications diff --git a/src/frontend/plotting/graf.c b/src/frontend/plotting/graf.c index 5b4c3090e..aa60f310e 100644 --- a/src/frontend/plotting/graf.c +++ b/src/frontend/plotting/graf.c @@ -683,7 +683,7 @@ iplot(struct plot *pl, int id) /* note: have command options for iplot to specify xdelta, etc. So don't need static variables hack. Assume default values for now. */ - sprintf(commandline, "iplot %s", xs->v_name); + sprintf(commandline, "plot %s", yl); (void) gr_init(xlims, ylims, xs->v_name, pl->pl_title, (char *) NULL, j, 0.0, 0.0,