From 7a7f4cb306d2af85860cc24ff82d8c6627aea513 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Mon, 13 Aug 2018 08:58:38 -0400 Subject: [PATCH] import findnz from SparseArrays --- src/Plots.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plots.jl b/src/Plots.jl index 854b13bf..1b73de24 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -5,6 +5,7 @@ using Reexport import StaticArrays using StaticArrays.FixedSizeArrays using Dates, Printf, Statistics, Base64, LinearAlgebra +import SparseArrays: findnz @reexport using RecipesBase import RecipesBase: plot, plot!, animate