disable warns on experimental backends
This commit is contained in:
parent
4446a63135
commit
7e7a8687ae
@ -1,8 +1,6 @@
|
|||||||
# https://github.com/mbaz/Gaston.
|
# https://github.com/mbaz/Gaston.
|
||||||
|
|
||||||
# --------------------------------------------
|
should_warn_on_unsupported(::GastonBackend) = false
|
||||||
# These functions are called by Plots
|
|
||||||
# --------------------------------------------
|
|
||||||
|
|
||||||
# Create the window/figure for this backend.
|
# Create the window/figure for this backend.
|
||||||
function _create_backend_figure(plt::Plot{GastonBackend})
|
function _create_backend_figure(plt::Plot{GastonBackend})
|
||||||
|
|||||||
@ -13,7 +13,7 @@ Add in functionality to Plots.jl:
|
|||||||
:aspect_ratio,
|
:aspect_ratio,
|
||||||
=#
|
=#
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
should_warn_on_unsupported(::InspectDRBackend) = false
|
||||||
|
|
||||||
is_marker_supported(::InspectDRBackend, shape::Shape) = true
|
is_marker_supported(::InspectDRBackend, shape::Shape) = true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user