|
From: BBands <bb...@gm...> - 2012-10-29 14:37:41
|
'help set format' will get you going with the label control you want. Some extra clues here: http://gnuplot.sourceforge.net/docs_4.2/node184.html<http://gnuplot.sourceforge.net/docs_4.2/node185.html> http://gnuplot.sourceforge.net/docs_4.2/node185.html set format x "%d-%b-%Y" 'help set xrange' will show you how to 'revert' the axes. set yrange[10:-10] Enjoy, John On Mon, Oct 29, 2012 at 2:42 AM, porton <po...@na...> wrote: > > I need natural numbers (without fractional numbers) on y-axis and discrete > dates (without hours and minutes) at x-axis. How? > > I also need to revert Y axis to show greater values below smaller. How? > |