remove iplot bug (line 686)

This commit is contained in:
h_vogt 2008-04-28 18:39:06 +00:00
parent 202fb6511f
commit 5e0964c4d4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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,