As I understand, minor tic marks are shorter than major ones, and major ones have associated numeric labels.
Now, what I want to achieve is to have tic marks with an equal length but the numeric labels are placed at every other tic mark.
My present idea is either 1) to plot minor tic marks with the same length as the major tic mark or 2) to place the numeric labels at every other major tic mark without minor tic marks.
I’m looking at Plot Attributes · Plots but haven’t found a relevant option. Are there such an option?
@BeastyBlacksmith Oh but, it seems to me that string() isn’t the right function to convert a number to a String.
string(-1), for example, produces “-1” (hyphen “1”), but when I examine other plots Julia has produced, I see that the unicode minus character is probably used for negative numbers: “−1”. (I haven’t verified this.)
I’ll find out what the proper conversion function is. As a stopgap solution, I use