I want to fix the axis range from -5 to +5 for all x, y and z axis with all axis having interval of 1. i.e. [-5, -4, -2, -3, -2, -1, 0, 1, 2, 3, 4, 5]. I tried ticks, range, dtick0 and d-tick but none of them are working.
x-axis: {zero line: false, tick mode: "auto",nticks:20, range: [-10, 10], tick0:0, dtick:10},
y-axis:{ zero line: false, tick mode: "auto",nticks:20, range: [-10, 10], tick0:0, dtick:10},
z-axis:{ zero line: false, tick mode: "auto",nticks:20, range: [-10, 10], tick0:0, dtick:10},
