-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello, I am using CustomTicks on Mathematica 13.2. I have an issue very similar to this one here. However, the solution provided no longer works. Instead the output to
SetOptions[LinTicks, MajorTickLength -> {0.020, 0},
MinorTickLength -> {0.010, 0}, MajorTickStyle -> Thickness[0.001],
MinorTickStyle -> Thickness[0.001]];
frameticksoptions = {{LinTicks, StripTickLabels[LinTicks]}, {LinTicks,
StripTickLabels[LinTicks]}};
Plot[{x, x^2}, {x, 0, 3}, Frame -> True]
Plot[{x, x^2}, {x, 0, 3}, Frame -> True,
FrameTicks -> frameticksoptions]
is
How can I fix this? I basically just use CustomTicks for the tick directions (specifically so that they point outwards) so if you know of any other way to get around this, please let me know.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
