6.1.1.3.1.5. pytfa.io.plotting

Plotting results

6.1.1.3.1.5.1. Module Contents

6.1.1.3.1.5.1.1. Functions

plot_fva_tva_comparison(fva, tva)

plot_thermo_displacement_histogram(tmodel, solution=None)

Plot a histogram of the thermodynamic displacement. if no solution is

plot_histogram(values, **kwargs)

Convenience function. Plots a histogram of flat 1D data.

pytfa.plot_fva_tva_comparison(fva, tva)
pytfa.plot_thermo_displacement_histogram(tmodel, solution=None)

Plot a histogram of the thermodynamic displacement. if no solution is provided, will look at the cobra_model’s own solution

Parameters
  • tmodel

  • solution

Returns

pytfa.plot_histogram(values, **kwargs)

Convenience function. Plots a histogram of flat 1D data.

Parameters

values

Returns