Category: atomic

  • Use a seaborn color palette for plotly figures

    If you choose carefully a seaborn color palette, such as: and you want to use it in a plotly figure, it’s not as straightforward as it should. You need first to scale it and convert it first: So you can have consistent colours scheme across all of your figures ✨

  • Disappointing ODE integration

    Any general linear method that is unconditionally positivity preserving for all positive ODEs must have order ≤ 1. https://arxiv.org/pdf/2005.06268.pdf This is unfortunate. Order 1 is not accurate enough to solve a typical infectious disease dynamics problem at a scale where the outputs are relevant. That’s why many ODE integration schemes in our fields have added…