Merge df91e6978e43040d78c1865ad09345bf92c158dd into 1f4983952961d2ee7e990ec021d1ef41611e8015
This commit is contained in:
commit
e141cbeb83
@ -936,6 +936,7 @@ const _unicodeplots_seriestype = [
|
||||
:shape,
|
||||
:histogram2d,
|
||||
:heatmap,
|
||||
:image,
|
||||
:spy,
|
||||
]
|
||||
const _unicodeplots_style = [:auto, :solid]
|
||||
|
||||
@ -121,6 +121,8 @@ function addUnicodeSeries!(
|
||||
)
|
||||
elseif st == :spy
|
||||
return UnicodePlots.spy(series[:z].surf; kw...)
|
||||
elseif st == :image
|
||||
return UnicodePlots.image(series[:z].surf; kw...)
|
||||
end
|
||||
|
||||
series_kw = (;)
|
||||
|
||||
@ -1286,7 +1286,6 @@ _backend_skips = Dict(
|
||||
:inspectdr => [4, 6, 10, 22, 24, 28, 30, 38, 43, 45, 47, 48, 49, 50, 51, 55, 56],
|
||||
:unicodeplots => [
|
||||
5, # limits issue
|
||||
6, # embedded images unsupported
|
||||
16, # nested layout unsupported
|
||||
21, # custom markers unsupported
|
||||
22, # contours unsupported
|
||||
@ -1302,7 +1301,7 @@ _backend_skips = Dict(
|
||||
47, # mesh3D unsupported
|
||||
49, # polar heatmap
|
||||
50, # 3D surface unsupported
|
||||
51, # embedded images unsupported
|
||||
51, # drawing on top of image unsupported
|
||||
52, # 3D quiver unsupported
|
||||
55, # 3D unsupported
|
||||
56, # barplots
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user