Skip to content

Commit

Permalink
pythonplot unicodeplots 25/30
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Sep 9, 2024
1 parent 3fde7b4 commit 5f99bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PlotsBase/src/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ const _examples = PlotExample[
_animation_examples = [02, 31]
_backend_skips = Dict(
:none => Int[],
:pythonplot => Int[],
:pythonplot => [25, 30], # TODO: add back when StatsPlots is available
:gr => [25, 30], # TODO: add back when StatsPlots is available
:plotlyjs => [
21,
Expand Down Expand Up @@ -1289,8 +1289,10 @@ _backend_skips = Dict(
06, # embedded images supported, but requires `using ImageInTerminal`, disable for docs
16, # nested layout unsupported
21, # custom markers unsupported
25, # needs StatsPlots support
26, # nested layout unsupported
29, # nested layout unsupported
30, # needs StatsPlots support
31, # nested layout unsupported
33, # grid lines unsupported
34, # framestyle unsupported
Expand Down

0 comments on commit 5f99bf0

Please sign in to comment.