UnicodePlots: support polarplot (#4185)
This commit is contained in:
parent
e3e86aa6cd
commit
cebca5174b
@ -158,6 +158,10 @@ function addUnicodeSeries!(
|
||||
series[:x], series[:y]
|
||||
end
|
||||
|
||||
if ispolar(sp) || ispolar(series)
|
||||
return UnicodePlots.polarplot(x, y)
|
||||
end
|
||||
|
||||
# special handling (src/interface)
|
||||
fix_ar = get(se_kw, :fix_ar, true)
|
||||
if st === :histogram2d
|
||||
|
||||
@ -1317,7 +1317,6 @@ _backend_skips = Dict(
|
||||
16, # nested layout unsupported
|
||||
21, # custom markers unsupported
|
||||
26, # nested layout unsupported
|
||||
27, # polar plots unsupported
|
||||
29, # nested layout unsupported
|
||||
33, # grid lines unsupported
|
||||
34, # framestyle unsupported
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user