I am using matlab2tikz to produce plots in latex. The default tick settings produce very dense ticks, making the axes look ugly. I know that I can use something like
/pgfplots/xtick={0, 1, ... 3}
to manually set the tick positions. However, I am constantly modifying the plot data, and it is annoying to have to go in and change the tick positions manually each time. This is especially annoying when I have subplots where each plot uses a different range, so I can't use the matlab2tikz extraAxisOptions parameter to change the ticks in MATLAB, since this would apply the same ticks to each subplot.
Here is an example (sorry, I don't know TikZ well enough to make this more minimal):
When I compile this, the y axis has five ticks, and the x axis has ticks every 0.2. I would like to reduce the density in such a way that it scales automatically with the range of the axis as well as the size of the plot (like MATLAB does).
Any help would be greatly appreciated!
