Closed JeffFessler closed 2 years ago
Good news and bad news:
This is not possible from a recipe, as no recipe processing happens for keyword arguments.
But as of recently this package is deprecated and the code lives in Plots, where there is actually a possibility to fix this (We just haven't merged the deprecation pr yet, hoping to have time later today).
Hooray!
This is kind of a continuation of #55. Currently
xticks
works fine as part of aplot
call with other stuff (thanks to #56), but not in isolation withplot!
. Here is a MWE:Perhaps the bug could be in
Plots
somewhere. But I am reporting it here initially because it works fine without units. Current workaround is to always specifyxticks
as part of plotting other stuff, instead of afterwards.