-
- Downloads
feat: plotting routines
WHY IS THIS CHANGE NEEDED?: - these routines are useful outside of aliby HOW DOES THE CHANGE SOLVE THE PROBLEM?: - copied over from postprocessor.routines, but with reference to plottingabc fixed WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?: - currently follows internal class-plotting function structure after seaborn -- can then convert them into pure functions for ease of use - heatmap depends on standardscaler process. decide to keep this for now because the colour scale depends on whether the data was scaled -- i.e. there are lines to ensure that zero corresponds to the centre of the colour scale even if the min and max take different absolute values - not sure how important plottingabc is, given that there's not much to inherit from it
Showing
- routines/__init__.py 23 additions, 0 deletionsroutines/__init__.py
- routines/boxplot.py 113 additions, 0 deletionsroutines/boxplot.py
- routines/heatmap.py 181 additions, 0 deletionsroutines/heatmap.py
- routines/histogram.py 137 additions, 0 deletionsroutines/histogram.py
- routines/mean_plot.py 132 additions, 0 deletionsroutines/mean_plot.py
- routines/median_plot.py 133 additions, 0 deletionsroutines/median_plot.py
- routines/plot_utils.py 16 additions, 0 deletionsroutines/plot_utils.py
- routines/plottingabc.py 27 additions, 0 deletionsroutines/plottingabc.py
- routines/single_birth_plot.py 136 additions, 0 deletionsroutines/single_birth_plot.py
- routines/single_plot.py 106 additions, 0 deletionsroutines/single_plot.py
Loading
Please register or sign in to comment