<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to GNUPLOT with date format on X-axis</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/</link><description>Recent posts to GNUPLOT with date format on X-axis</description><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Aug 2022 13:05:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/feed.rss" rel="self" type="application/rss+xml"/><item><title>GNUPLOT with date format on X-axis</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/?limit=25#c55d/cfcd</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, have you designed such type of graph. If yes then kindly share the ideas how you designed it. Because we have to make such graph for &lt;a class="" href="https://www.clothcleaning.com/6-best-washing-machine-under-500/" rel="nofollow"&gt;best washer under 500&lt;/a&gt;. So that we could easily flot the data for our customers.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miguel</dc:creator><pubDate>Mon, 08 Aug 2022 13:05:09 -0000</pubDate><guid>https://sourceforge.nete342d0160607188667e75b4eee96d719556cc571</guid></item><item><title>GNUPLOT with date format on X-axis</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/?limit=50#8df4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The format of the time in the data file must be specified in the style of&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;set xdata time
set timefmt "%d%m%y"
set format x "%B"  # "%b" seems to be broken
plot "datafile" using 1:4 notitle
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">R. J. Mathar</dc:creator><pubDate>Wed, 05 Dec 2018 09:48:08 -0000</pubDate><guid>https://sourceforge.net71ded5d63c7d1e0169bdb205ed8fc8f9fa6260f0</guid></item><item><title>GNUPLOT with date format on X-axis</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/?limit=50#57bc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please find the attachment for sample graph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sudheer Kumar</dc:creator><pubDate>Fri, 10 Nov 2017 15:04:52 -0000</pubDate><guid>https://sourceforge.net5ea92890251ab7486bed686566c912398dd0aa32</guid></item><item><title>GNUPLOT with date format on X-axis</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/09d694b8/?limit=50#c55d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;I have a requirement to plot the graph to display the date of the month on X-axis if my Xaxis data is shown as below. While i was trying to plot the data i was facing follow error 'Need full using spec for x time data'.&lt;/p&gt;
&lt;p&gt;010211 10000. 0. 10009.&lt;br/&gt;
 010911 10000. 0. 9935.&lt;br/&gt;
 011611 10000. 0. 9912.&lt;br/&gt;
 012311 10000. 0. 9937.&lt;br/&gt;
 013011 10000. 0. 9999.&lt;br/&gt;
 020611 10000. 0. 10025.&lt;br/&gt;
 021311 10000. 0. 10066.&lt;br/&gt;
 022011 10000. 0. 10122.&lt;br/&gt;
 022711 10000. 0. 10114.&lt;br/&gt;
 030611 10000. 0. 10145.&lt;br/&gt;
 031311 10000. 0. 10183.&lt;br/&gt;
 032011 10000. 0. 10130.&lt;br/&gt;
 032711 10000. 0. 10083.&lt;br/&gt;
 040311 10000. 0. 9926.&lt;br/&gt;
 041011 10000. 0. 9870.&lt;br/&gt;
 041711 10000. 0. 9860.&lt;br/&gt;
 042411 10000. 0. 9896.&lt;br/&gt;
 050111 10000. 0. 9993.&lt;br/&gt;
 050811 10000. 0. 10040.&lt;br/&gt;
 051511 10000. 0. 10086.&lt;br/&gt;
 052211 10000. 0. 10117.&lt;br/&gt;
 052911 10000. 0. 10116.&lt;br/&gt;
 060511 10000. 0. 10132.&lt;br/&gt;
 061211 10000. 0. 10140.&lt;br/&gt;
 061911 10000. 0. 10130.&lt;br/&gt;
 062611 10000. 0. 10133.&lt;br/&gt;
 070311 10000. 0. 8969.&lt;br/&gt;
 071011 10000. 0. 8914.&lt;br/&gt;
 071711 10000. 0. 9966.&lt;br/&gt;
 072411 10000. 0. 12133.&lt;br/&gt;
 073111 20000. 0. 18503.&lt;br/&gt;
 080711 20000. 0. 21341.&lt;/p&gt;
&lt;p&gt;Please note my current x-axis date format is ddmmyy. Kindly give me some idea in resolving this issue.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br/&gt;
Sudheer.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sudheer Kumar</dc:creator><pubDate>Fri, 10 Nov 2017 13:20:19 -0000</pubDate><guid>https://sourceforge.netef2ff74359551b3e732e45ca6999ff107087557d</guid></item></channel></rss>