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 15:28:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

On 12.06.2014 15:04, fbarbuto wrote:
>> 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

You should really upload your script (for example http://trash.ctdo.de/)
and share the link here.

Or better: create a minimalistic script which shows the problem and add
it here so we can run it.
Andy



reply via email to

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