pygom icon indicating copy to clipboard operation
pygom copied to clipboard

get_transition_graph outputs

Open hareball90 opened this issue 1 year ago • 0 comments

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

hareball90 avatar Jun 20 '23 14:06 hareball90