Heyho!
I need to make some lines with gnuplot. However due to the small size of the plots, I want to make those lines fat. However they overlap now with the axis. and into the normal picture. How can I cut those lines of so they dont do it?
Thanks!
|
Heyho! I need to make some lines with gnuplot. However due to the small size of the plots, I want to make those lines fat. However they overlap now with the axis. and into the normal picture. How can I cut those lines of so they dont do it? Thanks! |
||||
|
|
|
If you are plotting data, you can adjust the overall x and y ranges so that the lines don't overlap with the borders:
If you are plotting functions, you can also cut off lines by adjusting the range when you plot:
This is a little more tricky because the function will automatically go to the edge of the plot anyway. If this is the case, you can specify a larger range for a blank line:
|
|||
|
|