Tick Modification in 3d-Projection Plots

Hi there,

im currently working on a 3d-projection plot for a scientific paper and struggle with modifying the ticks on my plot. As far as i understood there is no way to set the tick length, width or orientation in a 3d projection plot. Also using rcParams for this seems to work in mysterious ways since something like:

rcParams[‘xtick.color’] = ‘red’ .

Changes the color of every tick on every axis in the plot.
Is there a way to customize the ticks in a 3d-projection plot that i not know about?
Otherwise i would suggest implementing this feature for 3d-projection plots in the nea feature since it seems to be such a obvious option that is missing.

Cheers,
MirrorsAbyss