when plotting my data using gnuplot, I experience that the right border is cut off, so the last x value is not completely visible.
How can I set the canvas to be larger?

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.
Second Answer
To enlarge the margins the plot see here. So something like:
should do the trick.
First Answer
You can explicitly set the xrange like so:
Alternatively you can specify the range in your plot command:
If you want to dynamically alter the x- and y-range maybe this can help.