ScenTrees.jl icon indicating copy to clipboard operation
ScenTrees.jl copied to clipboard

Use plot recipe instead of pyplot

Open odow opened this issue 4 years ago • 9 comments

Pyplot is a pretty heavy dependency.

An alternative is to write a plotting recipe: https://github.com/JuliaPlots/RecipesBase.jl

This lets you have a very light dependency, and users can use whichever Plots.jl backed they like to plot.

Here's an example in SDDP.jl: https://github.com/odow/SDDP.jl/blob/master/src/visualization/publication_plot.jl

odow avatar Sep 21 '19 16:09 odow