basic processing of data

View: New views
6 Messages — Rating Filter:   Alert me  

basic processing of data

by seb_kramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I have a very basic problem with gnuplot 4.2, searched the doc and the list, but
found no answer.

I have a ascii data file, two columns, I want to plot the data as points, and also
plot the value of accumulated data, say the sum of y, or (more exactly) the cumulated
error for all the points
(sqrt((x-y)*(x-y))

Is there any way to do this without external processing (as described in 6.2 in the
FAQ) ?

Thanks



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

Re: basic processing of data

by Thomas Sefzick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

with gnuplot 4.3 it should be possible, have a look at
http://gnuplot.sourceforge.net/demo_4.3/data_feedback.html

seb_kramm wrote:
Hello,

I have a very basic problem with gnuplot 4.2, searched the doc and the list, but
found no answer.

I have a ascii data file, two columns, I want to plot the data as points, and also
plot the value of accumulated data, say the sum of y, or (more exactly) the cumulated
error for all the points
(sqrt((x-y)*(x-y))

Is there any way to do this without external processing (as described in 6.2 in the
FAQ) ?

Thanks



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

Re: basic processing of data

by seb_kramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great new feature, thanks for the good job!

Unfortunatly for me, I am not able to build from sources, so I'll just wait for a
binary (win32) release (doesn't seem to be any, yet). I'll process my data separatly
in the meanwhile.


Thomas Sefzick a écrit :

> with gnuplot 4.3 it should be possible, have a look at
> http://gnuplot.sourceforge.net/demo_4.3/data_feedback.html
>
> seb_kramm wrote:
>> Hello,
>>
>> I have a very basic problem with gnuplot 4.2, searched the doc and the
>> list, but
>> found no answer.
>>
>> I have a ascii data file, two columns, I want to plot the data as points,
>> and also
>> plot the value of accumulated data, say the sum of y, or (more exactly)
>> the cumulated
>> error for all the points
>> (sqrt((x-y)*(x-y))
>>
>> Is there any way to do this without external processing (as described in
>> 6.2 in the
>> FAQ) ?
>>
>> Thanks
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Crystal Reports - New Free Runtime and 30 Day Trial
>> Check out the new simplified licensing option that enables unlimited
>> royalty-free distribution of the report engine for externally facing
>> server and web deployment.
>> http://p.sf.net/sfu/businessobjects
>> _______________________________________________
>> Gnuplot-info mailing list
>> Gnuplot-info@...
>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>>
>>
>



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

Re: basic processing of data

by Thomas Sefzick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

on
http://www.gnuplot.info/
select "Development version"
(gets you to http://www.gnuplot.info/development/index.html)
at the bottom of the development page select
"testing binaries for few systems such as DOS, OS/2 and Windows"
and from the list which is opened then choose the newest file.

seb_kramm wrote:
Great new feature, thanks for the good job!

Unfortunatly for me, I am not able to build from sources, so I'll just wait for a
binary (win32) release (doesn't seem to be any, yet). I'll process my data separatly
in the meanwhile.


Thomas Sefzick a écrit :
> with gnuplot 4.3 it should be possible, have a look at
> http://gnuplot.sourceforge.net/demo_4.3/data_feedback.html
>
> seb_kramm wrote:
>> Hello,
>>
>> I have a very basic problem with gnuplot 4.2, searched the doc and the
>> list, but
>> found no answer.
>>
>> I have a ascii data file, two columns, I want to plot the data as points,
>> and also
>> plot the value of accumulated data, say the sum of y, or (more exactly)
>> the cumulated
>> error for all the points
>> (sqrt((x-y)*(x-y))
>>
>> Is there any way to do this without external processing (as described in
>> 6.2 in the
>> FAQ) ?
>>
>> Thanks
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Crystal Reports - New Free Runtime and 30 Day Trial
>> Check out the new simplified licensing option that enables unlimited
>> royalty-free distribution of the report engine for externally facing
>> server and web deployment.
>> http://p.sf.net/sfu/businessobjects
>> _______________________________________________
>> Gnuplot-info mailing list
>> Gnuplot-info@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>>
>>
>



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

Re: basic processing of data

by seb_kramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ooops ! missed it, sorry.
Just got down gp43-Nov21_2008-winbin.zip, I will try that out.
Thanks.

Thomas Sefzick a écrit :

> on
> http://www.gnuplot.info/
> select "Development version"
> (gets you to http://www.gnuplot.info/development/index.html)
> at the bottom of the development page select
> "testing binaries for few systems such as DOS, OS/2 and Windows"
> and from the list which is opened then choose the newest file.
>
>
> seb_kramm wrote:
>> Great new feature, thanks for the good job!
>>
>> Unfortunatly for me, I am not able to build from sources, so I'll just
>> wait for a
>> binary (win32) release (doesn't seem to be any, yet). I'll process my data
>> separatly
>> in the meanwhile.
>>
>>
>> Thomas Sefzick a écrit :
>>> with gnuplot 4.3 it should be possible, have a look at
>>> http://gnuplot.sourceforge.net/demo_4.3/data_feedback.html
>>>
>>> seb_kramm wrote:
>>>> Hello,
>>>>
>>>> I have a very basic problem with gnuplot 4.2, searched the doc and the
>>>> list, but
>>>> found no answer.
>>>>
>>>> I have a ascii data file, two columns, I want to plot the data as
>>>> points,
>>>> and also
>>>> plot the value of accumulated data, say the sum of y, or (more exactly)
>>>> the cumulated
>>>> error for all the points
>>>> (sqrt((x-y)*(x-y))
>>>>
>>>> Is there any way to do this without external processing (as described in
>>>> 6.2 in the
>>>> FAQ) ?
>>>>
>>>> Thanks
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Crystal Reports - New Free Runtime and 30 Day Trial
>>>> Check out the new simplified licensing option that enables unlimited
>>>> royalty-free distribution of the report engine for externally facing
>>>> server and web deployment.
>>>> http://p.sf.net/sfu/businessobjects
>>>> _______________________________________________
>>>> Gnuplot-info mailing list
>>>> Gnuplot-info@...
>>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>>>>
>>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Crystal Reports - New Free Runtime and 30 Day Trial
>> Check out the new simplified licensing option that enables unlimited
>> royalty-free distribution of the report engine for externally facing
>> server and web deployment.
>> http://p.sf.net/sfu/businessobjects
>> _______________________________________________
>> Gnuplot-info mailing list
>> Gnuplot-info@...
>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>>
>>
>


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

Re: basic processing of data

by Tatsuro MATSUOKA-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I have been disributing the most recent gnuplot 4.3 cvs snapshot for windows at

http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/

Regards

Tatsuro


--- seb_kramm <seb_kramm@...> wrote:

> Ooops ! missed it, sorry.
> Just got down gp43-Nov21_2008-winbin.zip, I will try that out.
> Thanks.
>
> Thomas Sefzick a 将アcrit :
> > on
> > http://www.gnuplot.info/
> > select "Development version"
> > (gets you to http://www.gnuplot.info/development/index.html)
> > at the bottom of the development page select
> > "testing binaries for few systems such as DOS, OS/2 and Windows"
> > and from the list which is opened then choose the newest file.
> >
> >
> > seb_kramm wrote:
> >> Great new feature, thanks for the good job!
> >>
> >> Unfortunatly for me, I am not able to build from sources, so I'll just
> >> wait for a
> >> binary (win32) release (doesn't seem to be any, yet). I'll process my data
> >> separatly
> >> in the meanwhile.
> >>
> >>
> >> Thomas Sefzick a 将アcrit :
> >>> with gnuplot 4.3 it should be possible, have a look at
> >>> http://gnuplot.sourceforge.net/demo_4.3/data_feedback.html
> >>>
> >>> seb_kramm wrote:
> >>>> Hello,
> >>>>
> >>>> I have a very basic problem with gnuplot 4.2, searched the doc and the
> >>>> list, but
> >>>> found no answer.
> >>>>
> >>>> I have a ascii data file, two columns, I want to plot the data as
> >>>> points,
> >>>> and also
> >>>> plot the value of accumulated data, say the sum of y, or (more exactly)
> >>>> the cumulated
> >>>> error for all the points
> >>>> (sqrt((x-y)*(x-y))
> >>>>
> >>>> Is there any way to do this without external processing (as described in
> >>>> 6.2 in the
> >>>> FAQ) ?
> >>>>
> >>>> Thanks
> >>>>
> >>>>
> >>>>
> >>>> ------------------------------------------------------------------------------
> >>>> Crystal Reports - New Free Runtime and 30 Day Trial
> >>>> Check out the new simplified licensing option that enables unlimited
> >>>> royalty-free distribution of the report engine for externally facing
> >>>> server and web deployment.
> >>>> http://p.sf.net/sfu/businessobjects
> >>>> _______________________________________________
> >>>> Gnuplot-info mailing list
> >>>> Gnuplot-info@...
> >>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
> >>>>
> >>>>
> >>
> >>
> >> ------------------------------------------------------------------------------
> >> Crystal Reports - New Free Runtime and 30 Day Trial
> >> Check out the new simplified licensing option that enables unlimited
> >> royalty-free distribution of the report engine for externally facing
> >> server and web deployment.
> >> http://p.sf.net/sfu/businessobjects
> >> _______________________________________________
> >> Gnuplot-info mailing list
> >> Gnuplot-info@...
> >> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
> >>
> >>
> >
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Gnuplot-info mailing list
> Gnuplot-info@...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info