colorbar plot #2775
Unanswered
kunal0kumar0sinha
asked this question in
Q&A
colorbar plot
#2775
Replies: 1 comment
-
|
Try catching the object returned by the plot function in a variable, like ax, then doing plt.colorbar(ax). I think that should work but not able to check right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get color bar for this, but unable to do this.
Code line- op.visualization.plot_connections(network=pn, color_by=q_throat, linewidth=3, ax=ax)
_ = plt.axis('off')
Can you please help
Beta Was this translation helpful? Give feedback.
All reactions