I'm trying to figure out how to change the number of labeled ticks on a python pptx category axis. I can see this note:
To change the number of unlabeled tick marks between tick-mark labels, you must change the TickLabelSpacing property for the category axis.
here: https://python-pptx.readthedocs.io/en/latest/dev/analysis/cht-tick-labels.html
But I can't find any other reference to the attribute in the axis object. Any help here would be great.
python-pptx. - scanny