Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: bryan Newsgroups: comp.graphics.apps.gnuplot Subject: plot cumulative per-month, reset to zero at next month ; also new syntax Date: Thu, 19 Apr 2012 09:18:44 -0700 (PDT) Organization: http://groups.google.com Lines: 10 Message-ID: <15206380.826.1334852324733.JavaMail.geo-discussion-forums@ynmf4> NNTP-Posting-Host: 24.62.36.14 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1334852325 19270 127.0.0.1 (19 Apr 2012 16:18:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Apr 2012 16:18:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.62.36.14; posting-account=PtxH9gkAAAAGMw6wJDvB_vinyKd1zCKS User-Agent: G2/1.0 X-Received-Bytes: 1389 Xref: csiph.com comp.graphics.apps.gnuplot:1054 [ gnuplot 4.6 ] I'd like to plot a monthly cumulative line. I can plot a yearly line no problem with "s cumulative". This led to a few things: I thought about using the new if/else,do/for,while syntax to do this. `help syntax` does not have any guidance about this - where might I read some more about using the new syntax? Any recommended demos I should look at for either per-date cumulative or new syntax are appreciated. -Bryan