Answers for "thicker lines in colorbar for contourplot"

0

thicker lines in colorbar for contourplot

lines = CB.ax.get_children()
#one of the lines object corresponds to the lines in the cbar
#e.g 4
lines[4].set_linewidths(10)
Posted by: Guest on April-01-2021

Python Answers by Framework

Browse Popular Code Answers by Language