LuzieH/pytpt

separate the plotting with the computation of the statistics

Closed this issue · 0 comments

We aim to separate this 3 steps also in the code.

  1. construction of the settings,
  2. computation of the statistics,
  3. plot the statistics.

To do that,

  • For each example (triple well or small network) save the transition statistics needed for plotting in npz file.
  • Create new files where the plotting code is moved there.