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: fbarbuto
Subject: Re: Line plotting not working in an Octave 3.8.1 script
Date: Thu, 12 Jun 2014 06:04:18 -0700 (PDT)

> Please follow Dmitris advice and create a simple example which shows the>
problem. I did, and it worked as intended.> And to get clear:> with
plot(...,'bd',...,'ro'); you only get blue dimonds and red circles,> not
connected with a line?Exactly. Blue diamonds and red circles but no
connecting lines.> If you try plot(...,'b-',...,'r-'); you dont see blue and
red lines> connecting the datapoints?Exactly. I see nothing. The figure
opens, that is, axes are shown,but no points inside. Nothing.> Have you
tried something simple like plot (1:5,'g'); do you see a green> line?Yes, I
see a green line when I try this. But if in my script I
try:plot(arg,t,'bd',arg, sqrt(arg)*besselj(1, 2.0*sqrt(2.0*arg)),'r');I see
blue diamonds with red /dots/ inside them.  Consistently toyour suggestion
above, shouldn't I see a red /line/?The plot (no pun intended)
thickens.Fausto



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Line-plotting-not-working-in-an-Octave-3-8-1-script-tp4664675p4664706.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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