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