Open hareball90 opened 1 year ago
the original documentation (transition) uses dot = modelTrans.get_transition_graph() giving an output of the model within an x-y axis
dot = modelTrans.get_transition_graph()
modelTrans.get_transition_graph() outputs the x-y axis figure and a clearer diagram (without axis)
modelTrans.get_transition_graph()
dot = modelTrans.get_transition_graph(show=False) only outputs the clear diagram
dot = modelTrans.get_transition_graph(show=False)
Should the default of get_transition_graph() be the third option?
get_transition_graph()
the original documentation (transition) uses
dot = modelTrans.get_transition_graph()
giving an output of the model within an x-y axismodelTrans.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 diagramShould the default of
get_transition_graph()
be the third option?