You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it to work by omitting all of the arguments to PolarAxis that cause problems - but can anyone point me to the code wherexticks, xticks, xlabels etc are actually added to the axis tuple? Would be happy to properly fix this! Maybe @SimonDanisch or @piever?
Bug description
PolarAxis
is not supported.Steps to reproduce
Running
results in
Changing this struct to include
Type{PolarAxis}
should fix the problem, but needs testing:AlgebraOfGraphics.jl/src/entries.jl
Lines 31 to 35 in 7c143ee
Edit: Adding
PolarAxis
is apparently not enough, results inBtw: I really like AoG!
The text was updated successfully, but these errors were encountered: