|
From: Matthew C. <mp...@gm...> - 2015-03-13 21:39:21
|
Hi, I am using the epslatex terminal available in gnuplot for making plots. I am plotting data on a linear y axis and logarithmic x axis. I would like to plot the data with linespoints so the different curves can easily be differentiated from one another. Specifying the point interval option, however, does not look very good on a logarithmic x axis, because for large x values you essentially get many points overlapping each other. Is it possible to use a logarithmically-spaced point interval, so that points will become evenly spaced in the x direction on a logarithmic x axis? To give an example, instead of point every 10 units (which will become very crowded for x > 100), can I place the points at x=1,10,100,1000,10000? Thanks, Matthew |