octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor plotting problem


From: Søren Hauberg
Subject: Minor plotting problem
Date: Sun, 04 Feb 2007 19:38:48 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

Hi,
Running on a recent checkout after the big graphics merge I have a minor problem. If I run
  octave:1> plot (rand(10,1), "g;green;");
  octave:2> obj = line (1:10, rand(10,1));
I get a plot with two legend-entries, "green" (which I asked for) and "'-' ($1):($2)" (which I didn't ask for).
  Also, if I print the plot using
  octave:3> print -deps delme.eps
the second curve (the one drawn by "line") will be dotted instead of fully drawn, but I guess that's a gnuplot issue?

Søren


reply via email to

[Prev in Thread] Current Thread [Next in Thread]