I am trying to get color bar for this, but unable to do this.
Code line- op.visualization.plot_connections(network=pn, color_by=qthroat, linewidth=3, ax=ax)
= plt.axis('off')
Can you please help
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.
I am trying to get color bar for this, but unable to do this. Code line- op.visualization.plot_connections(network=pn, color_by=qthroat, linewidth=3, ax=ax) = plt.axis('off') Can you please help