[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plot legend
From: |
A. Scottedward Hodel |
Subject: |
Re: plot legend |
Date: |
Fri, 04 Sep 1998 13:59:49 -0500 |
You can change the legend either by direct gnuplot commands (using
gplot within an octave script, or by writing something like
plot(x,y,';velocity;',u,v,';position;')
See __pltopt__ for more information
A S Hodel Assoc. Prof. Dept Elect Eng, Auburn Univ,AL 36849-5201
On leave at NASA Marshall Space Flight Center (205) 544-1426
----------
>From: James Johnson <address@hidden>
>To: address@hidden
>Subject: plot legend
>Date: Fri, Sep 4, 1998, 12:38 PM
>
>Dear Octave users,
>
>I am new to octave, so far I love it. I am making some 2d plots
>with the plot command and have found out how to add a title and
>x/y labels, but I have not found out how I can change the legend
>that appears in the upper right. Right now it just says "line1",
>"line2" etc. How can I control the text that is place there?
>
>Thanks in advance,
>-Jim Johnson
>address@hidden
>
- plot legend, James Johnson, 1998/09/04
- Re: plot legend,
A. Scottedward Hodel <=