ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

get_transition_graph outputs #75

Open hareball90 opened 1 year ago

hareball90 commented 1 year ago

the original documentation (transition) uses dot = modelTrans.get_transition_graph() giving an output of the model within an x-y axis

modelTrans.get_transition_graph() outputs the x-y axis figure and a clearer diagram (without axis)

dot = modelTrans.get_transition_graph(show=False) only outputs the clear diagram

Should the default of get_transition_graph() be the third option?

image