Jonathan Lilly
Jonathan Lilly
I agree, this would be a very useful feature!
I'm having this problem too in Jupyter notebooks in VSCode. Using the @doc macro leads to KaTeX parse errors as in the above screenshot. Simply tying to enter help mode,...
Hi Jake, It's not necessary to have the jdata directory installed. Some tests don't run if it's not installed, but that's fine. I've changed the wording in the next release...
Update: A workaround is to swap the missings for NaNs. This works fine: using CairoMakie f = Figure() ax = Axis(f[1,1]) scatter!((1:4), [3,1,2,3]) scatter!((1:4), [1,NaN,NaN,2]) f Still if anyone can...
On a related note, plotting an array of all missings generates an error, but plotting an array of all NaNs does not. Wouldn't the desired behavior for plotting missing data...