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

Use RecipesBase instead of Plots

Open dlfivefifty opened this issue 6 years ago • 1 comments
trafficstars

It's better to create a recipe than a function that calls plots directly for a number of reasons, one of which that you don't need to load Plots to use a package.

dlfivefifty avatar Apr 04 '19 14:04 dlfivefifty

I agree in principle, but so far I have been unable to write recipes that plot line art on top of contour plots, whereas that is easy with top-level Plots methods.

RalphAS avatar Apr 05 '19 13:04 RalphAS