[Mma] plotting 2

Boud Roukema boud at astro.uni.torun.pl
Tue May 20 16:16:01 CEST 2003


[3:28pm*boud at christo]:~>gnuplot
gnuplot> help
Help topic: introduction
Help topic: plotting
gnuplot> help plot title

 Examples:

 This plots y=x with the title 'x':
       plot x

 This plots x squared with title "x^2" and file "data.1" with title
 "measured data":
       plot x**2 title "x^2", 'data.1' t "measured data"

 This puts an untitled circular border around a polar graph:
       set polar; plot my_function(t), 1 notitle


There's also stuff there about

gset key noautotitle

but it doesn't seem to work :(.

Here's a way to "change" the text (but i can't find a solution
for getting rid of it):

octave:35> plot
(vec_theta,vec_t,";t(theta);",vec_theta,vec_a,";a(theta);")

You at least get more interesting labels that way.

On Tue, 20 May 2003, Maciej Bilicki wrote:

> How to get rid of (or change) the text "line 1" on a plot?
>
> _______________________________________________
> Mma mailing list
> Mma at adjani.astro.uni.torun.pl
> http://adjani.astro.uni.torun.pl/mailman/listinfo/mma
>



More information about the Mma mailing list