Disable warnings on experimental backends (#4169)
This commit is contained in:
parent
4446a63135
commit
cc1bd28ccd
@ -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})
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user