Subject: How does gnuplot expect the data formatted
From: Adam Majewski
Date: Wed, 16 Apr 2008 20:53:34 +0200
I create data text file in c and use gnuplot to draw.
http://commons.wikimedia.org/wiki/Image:Data.png
Adam
Richard Hennessy pisze:
> Yes, thank you. This is very helpful.
>
> Rich
>
>
>
>
>
>
> ------------Original Message------------
> From: Dan Hatton <vi5u0-maxima at yahoo.co.uk>
> To: "Maxima List" <maxima at math.utexas.edu>
> Date: Tue, Apr-15-2008 7:02 AM
> Subject: Re: [Maxima] How does gnuplot expect the data formatted
>
> On Tue, 15 Apr 2008, Richard Hennessy wrote:
>
>> I would still like to do plots that Maxima can't do by exporting the
>> data to a text file using stringout and makelist. So far I have
>> written my own plotter, but it is too specific to this plot. If I
>> could use gnuplot to do it it might be better.
>
> Does using Maxima's plot2d function with the option
> [gnuplot_term,table], e.g.
>
> plot2d(function(x),[x,lowerlimit,upperlimit],[gnuplot_term,table],[gnuplot_out_file,"text_file.dat"] ;
>
> give something like what you want?
>
> In answer to your next message, Gnuplot has a newsgroup:
> comp.graphics.apps.gnuplot
>