From 71793c80557f82c1ca0b38cbaebcce66e7f6edea Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 13 Nov 2024 08:13:02 +0100 Subject: [PATCH] fix StatsPlots --- StatsPlots/src/StatsPlots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatsPlots/src/StatsPlots.jl b/StatsPlots/src/StatsPlots.jl index bfd7daef9..29da52198 100644 --- a/StatsPlots/src/StatsPlots.jl +++ b/StatsPlots/src/StatsPlots.jl @@ -6,7 +6,7 @@ import Tables import TableOperations using RecipesPipeline @reexport using Plots -import Plots: _cycle +import Plots.PlotsBase.Commons: _cycle using StatsBase using Distributions using LinearAlgebra: eigen, diagm