Jake Harvey
Results
2
issues of
Jake Harvey
While trying to make a surface plot I found that Axis3 breaks if you try and use latex in the z-label. Below is a working example ```julia using CairoMakie fig...
```julia using Symbolics vs = @variables x y vs[1] ∈ vs ``` This code produces the following error ``` ERROR: TypeError: non-boolean (Num) used in boolean context Stacktrace: [1] in(x::Num,...