X-Received: by 2002:a24:e4ce:: with SMTP id o197-v6mr4481123ith.55.1534076336825; Sun, 12 Aug 2018 05:18:56 -0700 (PDT) X-Received: by 2002:aca:c744:: with SMTP id x65-v6mr375293oif.2.1534076336507; Sun, 12 Aug 2018 05:18:56 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g24-v6no2285562iti.0!news-out.google.com!c189-v6ni999ith.0!nntp.google.com!w19-v6no358761itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 12 Aug 2018 05:18:56 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:908:3034:7320:2ca8:3a19:21f4:a609; posting-account=5Z2npAoAAADY4vPXw7w1N0saE3yulBpe NNTP-Posting-Host: 2a02:908:3034:7320:2ca8:3a19:21f4:a609 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0e95caaf-161b-44bf-a6b9-3a840778bf9b@googlegroups.com> Subject: Plot histogram like diagram with time series data on x axis From: joerg.kastning@gmail.com Injection-Date: Sun, 12 Aug 2018 12:18:56 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 20 Xref: csiph.com comp.graphics.apps.gnuplot:4031 Hello @all, I'm still a gnuplot beginner and could use some help plotting my data in a histogram like chart. Here is my datafile sample: ~~~ #date,0-6,6-12,12-18,18-24 2018-07-17,2,4,6,4 2018-07-18,1,5,5,2 2018-07-19,0,8,4,3 ~~~ The first column contains the date of a specific day, followed by a number of events per timeframe. I would like to plot these data in a histogram like chart with bars containing the boxes for the different values of a row per day. I looked up the documentation for histograms but I don't understand it. :-( Could someone give me an example how to plot the data as described above? If you do not understand what I'm trying to accomplish, please ask. I'll try to make it clear. Best regards, Joerg