UnicodePlots: support polarplot (#4185)

This commit is contained in:
t-bltg 2022-04-26 15:36:23 +02:00 committed by GitHub
parent e3e86aa6cd
commit cebca5174b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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