I'm using method="js" in plotting. However I do not want to have an interactive plot. For instance, if you try
HH= Graph('Oq@?oOOB?ACOGW_A?`_@a', format='graph6')
HH.show(method="js",vertex_labels=True)
you will get an interactive plot.
1 | initial version |
I'm using method="js" in plotting. However I do not want to have an interactive plot. For instance, if you try
HH= Graph('Oq@?oOOB?ACOGW_A?`_@a', format='graph6')
HH.show(method="js",vertex_labels=True)
you will get an interactive plot.