danielwe / gridcell

Analyze experimental data from grid cells
Apache License 2.0
1 stars 1 forks source link

Factor away plotting methods #4

Open danielwe opened 9 years ago

danielwe commented 9 years ago

Having a bunch of plotting methods on the objects is making them heavy and bloated. All plotting functionality should be factored out into a separate module with plotting functions taking as arguments instances of classes for which plotting is relevant. This should be a flexible and general-purpose module, not an opinionated, seaborn-dependent and option-deprived module like 'niceplots'.