The x axis on my gnuplot looks something like this:
2 4 8 16 32 64 72 86 98 112 128 256 512 1024 ... 1048576
So, these are the log2 values ββthat go from 2, 4, 8 .. 1048576. The problem is that there are certain intermediate values, such as 72.86.98.112, etc., which are not log2 based values ββand so others are close to each other so that the labels overlap. Is there a way to save ticks (i.e. Build values) but not display labels on the x axis? I want to display only those labels that are the exact power of 2, but I want to show all the values ββon the graph.
Thanks.
source share