add polar heatmap example
This commit is contained in:
parent
86c26085b3
commit
3d2f7571a0
@ -1040,15 +1040,23 @@ const _examples = PlotExample[
|
|||||||
)
|
)
|
||||||
end]
|
end]
|
||||||
),
|
),
|
||||||
|
PlotExample( # 49
|
||||||
|
"Polar heatmaps",
|
||||||
|
"",
|
||||||
|
[quote
|
||||||
|
z = (1:4) .+ (1:8)'
|
||||||
|
heatmap(z, projection = :polar)
|
||||||
|
end]
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Some constants for PlotDocs and PlotReferenceImages
|
# Some constants for PlotDocs and PlotReferenceImages
|
||||||
_animation_examples = [2, 31]
|
_animation_examples = [2, 31]
|
||||||
_backend_skips = Dict(
|
_backend_skips = Dict(
|
||||||
:gr => [25, 30, 47],
|
:gr => [25, 30, 47],
|
||||||
:pyplot => [2, 25, 30, 31, 47],
|
:pyplot => [2, 25, 30, 31, 47, 49],
|
||||||
:plotlyjs => [2, 21, 24, 25, 30, 31],
|
:plotlyjs => [2, 21, 24, 25, 30, 31, 49],
|
||||||
:plotly => [2, 21, 24, 25, 30, 31],
|
:plotly => [2, 21, 24, 25, 30, 31, 49],
|
||||||
:pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30, 31, 34, 37, 38, 39, 47],
|
:pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30, 31, 34, 37, 38, 39, 47],
|
||||||
:pgfplotsx => [
|
:pgfplotsx => [
|
||||||
2, # animation
|
2, # animation
|
||||||
@ -1059,6 +1067,7 @@ _backend_skips = Dict(
|
|||||||
31, # animation
|
31, # animation
|
||||||
32, # spy
|
32, # spy
|
||||||
47, # mesh3
|
47, # mesh3
|
||||||
|
49, # polar heatmap
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user