currently plot_graphiz and plot_circuit_graphviz share the same long list of arguments which gets documented twice.
plot_graphviz does all the work and plot_circuit_graphviz simply wraps around it and adds some eulerian circuit specific processing. A decorator, something in functools, or smart parameter passing could prob be used to clean things up here