Skip to content

Commit

Permalink
use current backend for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 23, 2022
1 parent 8cec880 commit 544f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ _backend_skips[:plotly] = _backend_skips[:plotlyjs]

# ---------------------------------------------------------------------------------
# make and display one plot
test_examples(i::Integer; kw...) = test_examples(:gr, i; kw...)
test_examples(i::Integer; kw...) = test_examples(backend_name(), i; kw...)

function test_examples(
pkgname::Symbol,
Expand Down

0 comments on commit 544f0a7

Please sign in to comment.