Spacing between tics in Gnuplot -


I am getting mad looking for the answer to this question. How can I fix the distance between the ticks on gnuxlot? Currently, Tycox is working very hard in my conspiracy together. I want them to spread further.

Here's an example:

I have a graph that looks like this:

  100 - | | 50 - | | 0 -  

I want to see it like this:

  50 - | | | | | 0 -  

Note that after the sample there is actually a low tick.

As suggested by another by Andyrs (), you control the size of your terminal I could also have a problem, where I wanted to get the tiktis equal in equal value in the axis (although I do not know its value, but the grid must be quadratic at the end).

If you want to make a quadratic grid / difference of your type, then set

  set terminal pdfcairo size 100, 100  

Put rectangle

  set terminal pdfcairo 100, 200  

and so on. Again, this one Aruras has suggested, not me I took my answer, which works for my case.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -