fsdonks / proc

MARATHON post proccessor
0 stars 0 forks source link

Move canonical plotting functions out of proc.core into proc.plots #5

Open fs-tom opened 7 years ago

fs-tom commented 7 years ago

Most of these are incanter-based plotting functions, like proc.core/deployment-plot . There are aux functions like proc.core/add-trend-lines! that are common to all plots. Recommend lifting this plot-related functions out of proc.core, into [new ns] proc.plots. Will have to update ns requirements elsewhere to use migrated fns in the proc.plots ns (i.e., proc.example).

Again, this should help us neck down proc.core from its current bloat.