For a very large data-set, how can gnuplot be used to only put tic marks/labels on the x axis for just the first and last data point?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With gnuplot 4.6 and up, you can use the commands
With other versions of gnuplot, you can use this similar sequence of commands:
The
set xticscommand takes comma-separated pairs of strings with data values, all inside parentheses.(Here I assume you want the minimum and maximum, not the first and last, data points.)
For more info you can run these at the gnuplot command line:
help set formathelp set statsshow variables all