CovertLab / wcEcoli

Whole Cell Model of E. coli
Other
18 stars 4 forks source link

Reduce number of plotted points in growth_dynamics_grid.py #342

Open jmason42 opened 6 years ago

jmason42 commented 6 years ago

models/ecoli/analysis/multigen/growth_dynamics_grid.py, AKA the panels at the bottom of our current Figure 1, produces a large number of points (1-2 for every time point, over ~8 generations). This makes the output unwieldy, and figure itself is (in PDF form) over 11 MB. I think I can reduce that dramatically without any perceivable loss of detail using my RDP implementation.

jmason42 commented 6 years ago

All the output is compressed right now, so this is going to be a huge pain to address. May come back to this in a couple weeks.