Closed bnord closed 7 months ago
Scripts plot has a Display class and a pairplot method in that.
Src plot also defines a Display class, but it seems more general.
If I want to add a new plot, where should I start defining that method?
@bnord
Right now scripts is being depreciated, it is just there right now to keep track of previous work. src/plots/plots is the base abstract class that should be used.
scripts
src/plots/plots
Scripts plot has a Display class and a pairplot method in that.
Src plot also defines a Display class, but it seems more general.
If I want to add a new plot, where should I start defining that method?