help-octave
[Top][All Lists]
Advanced

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

Re: Plotting options ignored


From: Ben Abbott
Subject: Re: Plotting options ignored
Date: Thu, 13 Oct 2011 08:08:38 -0400

On Oct 13, 2011, at 7:59 AM, Johan Lans wrote:

> 
> 
> 2011/10/13 Marco Atzeri <address@hidden>
> On 10/13/2011 1:36 PM, Johan Lans wrote:
> 
> legend("Z_{target}", "VRM", "Z_{sum}", "330uF Tant", "0603 0.47uF",
> "plane", "location", "outside")
> 
> legend("Z_{target}", "VRM", "Z_{sum}", "330uF Tant", "0603 0.47uF", "plane", 
> "location", "eastoutside")
> 
> something like that ?
> 
> 
> Regards
> Marco
> 
> Sorry, no difference...
> 
> /Johan

This works for me.

clf
x = 0:1;
plot (x, x, x, 2*x, x, 3*x);
legend ("blue x", "green 2*x", "red 3*x", "location", "eastoutside")

I've attached a pdf of the result.

Can you provide a complete (preferably short) example that we can try to 
duplicate?

Ben

Attachment: legend.pdf
Description: Adobe PDF document


reply via email to

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