Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #572

Re: Newbie queries

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!a13g2000yqd.googlegroups.com!not-for-mail
From dolphin <yc282004@yahoo.com.sg>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Newbie queries
Date Tue, 6 Sep 2011 16:09:29 -0700 (PDT)
Organization http://groups.google.com
Lines 37
Message-ID <35cb014a-dc62-4ba6-9331-b82921b77830@a13g2000yqd.googlegroups.com> (permalink)
References <91cc13d0-3484-46ef-baab-18f7323ff28c@x11g2000prb.googlegroups.com> <9cmc0jFss1U1@mid.dfncis.de>
NNTP-Posting-Host 220.255.2.59
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Trace posting.google.com 1315350569 16509 127.0.0.1 (6 Sep 2011 23:09:29 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Tue, 6 Sep 2011 23:09:29 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info a13g2000yqd.googlegroups.com; posting-host=220.255.2.59; posting-account=EU7zIgoAAABpGJAF0OWhSpy4_tIz0KhR
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-Header-Order HNKRUAELSCF
X-HTTP-UserAgent Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1,gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:572

Show key headers only | View raw


On Sep 6, 6:46 pm, Hans-Bernhard Bröker <HBBroe...@t-online.de> wrote:
> On 06.09.2011 11:59, dolphin wrote:
>
> > Time data
> > 00:00:00 123456
> > 00:00:30   7890123
> > :
> > 23:59:59  234567
>
> > Currently, I inserted a new column from 0 with increment of 30 to the
> > end and I plotted the graph with 1:3.
>
> You could have avoided the modification by using pseudo-column 0 instead...
>
> > If I want to use HH:MM:SS to display for x-axis, how to go about it to
> > plot the graph?
>
> See "help time/date"

I tried using the following text file:

01:00:00  310
01:00:30  185
01:01:00  239
01:01:30  132
01:02:00   85
01:02:30   57
01:03:00    8


set xdata time
set timefmt "%H%M%S"
set xrange ["01:00:00":"03:00"00"]
plot "file" using 1:2 with boxes

The result does not show the graph, were did I done wrongly?

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Newbie queries dolphin <yc282004@yahoo.com.sg> - 2011-09-06 02:59 -0700
  Re: Newbie queries Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-09-06 12:46 +0200
    Re: Newbie queries dolphin <yc282004@yahoo.com.sg> - 2011-09-06 16:09 -0700
      Re: Newbie queries brendan.halpin@ul.ie (Brendan Halpin) - 2011-09-07 00:30 +0100
        Re: Newbie queries dolphin <yc282004@yahoo.com.sg> - 2011-09-06 20:08 -0700

csiph-web