qiskit-optimization icon indicating copy to clipboard operation
qiskit-optimization copied to clipboard

Save a figure file with `GraphOptimizationApplication.draw`

Open t-imamichi opened this issue 4 years ago • 1 comments

What is the expected enhancement?

It would be useful if GraphOptimizationApplication.draw can not only draw a figure on a jupyter notebook, but also save a figure file (png, pdf, jpeg).

t-imamichi avatar Mar 19 '21 14:03 t-imamichi

Currently, matplotlib is used with networkx to draw a graph. However, we might change the library for visualization. @mtreinish is working on, so please leave this issue for now.

a-matsuo avatar Mar 24 '21 14:03 a-matsuo