From 6aa522072c8fe641081ea7a583999c09b6d4ac46 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 2 Feb 2024 12:52:42 +0100 Subject: [PATCH] add missing using statement for PlotlyJS --- ext/PlotsPlotlyJSExt/PlotsPlotlyJSExt.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/PlotsPlotlyJSExt/PlotsPlotlyJSExt.jl b/ext/PlotsPlotlyJSExt/PlotsPlotlyJSExt.jl index 7ca3e87f1..6eed0a147 100644 --- a/ext/PlotsPlotlyJSExt/PlotsPlotlyJSExt.jl +++ b/ext/PlotsPlotlyJSExt/PlotsPlotlyJSExt.jl @@ -1,7 +1,7 @@ module PlotsPlotlyJSExt using PlotlyJS: PlotlyJS -using Plots: Plots, Plot, plotly_show_js +using Plots: Plots, Plot, plotly_show_js, isplotnull import Plots: _show, display, closeall include("initialization.jl")