|
From: Thomas S. <t.s...@fz...> - 2009-11-14 18:36:25
|
- use xtics for month tics - use no mxtics - make x2range the same as xrange - scale x2tics to 0.5, mirror them, without labels (format "") - use no mx2tics e.g.: set xdata time set x2data time set timefmt "%d.%m.%Y" set xrange ["31.12.2009":"01.03.2010"] set x2range ["31.12.2009":"01.03.2010"] unset mxtics unset mx2tics set xtics 60*60*24*30 ; # seconds per month set x2tics mirror scale 0.5 "03.01.2010",60*60*24*7 format "" plot "datafilename" using 1:2 the xtics are used to show the months; x2tics show the mondays, for this you need to specify the first monday and the interval (seconds per 7 days). stevecoh1 wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Is this possible? I want to clearly show daily statistics over a year's > time but break it up by weeks. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkr9nkcACgkQqyrAd6c4ARPx0ACfbpURc7n4wuwGS8CQeuyacfnc > 5Y4An3U/c1SWMu7KnhoeXPNz7wJ9iq4D > =4Szm > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Month-Year-Axis-Labels-with-minor-ticks-every-Monday-tp26340704p26352599.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |