Say one draws an axis inside a given bounding box, and the ticks are automatically placed. How about placing more/fewer/different ticks along the axes? Is it possible to change the distance of x and y ticks?
EDIT:
I managed to control minorTicks, but ticksDistance and ticksDelta do not have an effect, see MWE in JSFiddle.
You are already very close to the solution. The only missing attribute is
insertTicks: false, which disables the automatic insertion of major ticks.ticksDeltais not necessary. Here is the code:Additionally, I set
minorTicks:4. See it live at https://jsfiddle.net/sxpm1z35/2/