Open
Description
It would be nice to have a CommonPlot.jl package as CommonSolve.jl where plot
and plot!
are defined (maybe others too). Then, the plot
and plot!
from Plots would have to extend those from CommonPlot.
It would be possible to define in any other ecosystem a plot
function without ambiguity with Plots. Besides, it would make possible to have Plots.jl as an extension with plot
extended twice, first in the main module to return a message like "please make: julia> using Plots" and secondly in the extension.