Disable warnings on experimental backends (#4169)

This commit is contained in:
t-bltg 2022-04-05 00:52:49 +02:00 committed by GitHub
parent 4446a63135
commit cc1bd28ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
# https://github.com/mbaz/Gaston.
# --------------------------------------------
# These functions are called by Plots
# --------------------------------------------
should_warn_on_unsupported(::GastonBackend) = false
# Create the window/figure for this backend.
function _create_backend_figure(plt::Plot{GastonBackend})

View File

@ -13,7 +13,7 @@ Add in functionality to Plots.jl:
:aspect_ratio,
=#
# ---------------------------------------------------------------------------
should_warn_on_unsupported(::InspectDRBackend) = false
is_marker_supported(::InspectDRBackend, shape::Shape) = true