|
From: Mahmood N. <nt_...@ya...> - 2013-10-03 17:30:22
|
>See 'help xticlabels'. It seems that this function works with #columns > 1. Am I right? The data file contains one column 40 50 20 10 .... So I have to use plot "data.txt" u 1:xticlabels(stringcolumn(???)) every ::1000::2000 The stringcolumn() should take the row number. I wonder what is the argument then? Regards, Mahmood ________________________________ From: BBands <bb...@gm...> To: gnuplot <gnu...@li...> Sent: Thursday, October 3, 2013 7:16 PM Subject: Re: [Gnuplot-info] x-axis label while using "every" See 'help xticlabels'. john On Thu, Oct 3, 2013 at 8:27 AM, Mahmood Naderan <nt_...@ya...> wrote: > HiAssume the range of x-axis is [0:10000]. When I use > > plot "data.txt" u 1 every ::1000::2000 > > the left most value in the x-axis is 0 and the right most is 1000 (which is the result of 2000-1000) > How can I have labels from 1000~2000 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ gnuplot-info mailing list gnu...@li... Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info |