help-octave
[Top][All Lists]
Advanced

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

Re: Line plotting not working in an Octave 3.8.1 script


From: Andreas Weber
Subject: Re: Line plotting not working in an Octave 3.8.1 script
Date: Thu, 12 Jun 2014 09:12:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Hi Ben, please do not post on top. Please answer below.

On 11.06.2014 16:32, Fausto Arinos de A. Barbuto wrote:
> And, sorry for that, but I forgot to say that the following command:
> 
> plot(arg,t,'bd',arg,sqrt(arg)*besselj(1, 2.0*sqrt(2.0*arg)),'ro');
> 
> plots BOTH curves -- the 1st with blue diamonds, the 2nd with red
> little circles.  So, the problem is apparently related to the use of
> lines as markers.  Mystery.

Please follow Dmitris advice and create a simple example which shows the
problem. And to get clear:

with plot(...,'bd',...,'ro'); you only get blue dimonds and red circles,
not connected with a line?

If you try plot(...,'b-',...,'r-'); you dont see blue and red lines
connecting the datapoints?

Have you tried something simple like plot (1:5,'g'); do you see a green
line?

-- Andy



reply via email to

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