The draw_classical_network and draw_quantum_network functions are not working. I receive the error ValueError: Received invalid argument(s): hold when I attempted to plot a network.
Steps to reproduce the behavior:
Simply create a network and add some nodes.
Invoke one of the plotting functions.
Expected behavior
A NetworkX graph showing the built network.
The
draw_classical_network
anddraw_quantum_network
functions are not working. I receive the errorValueError: Received invalid argument(s): hold
when I attempted to plot a network.Steps to reproduce the behavior:
Expected behavior A NetworkX graph showing the built network.
System: