Skip to content

LinTicks and Mathematica 13.2 #4

@csharpe2101

Description

@csharpe2101

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

CustomTicks error

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions