Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af63301

Browse files
ShawnChen1996QuLogic
andauthored
Update examples/color/colorbar_basics.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 74f5f48 commit af63301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/color/colorbar_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
fig.colorbar(pos, ax=ax1)
3333

3434
# repeat everything above for the negative data
35-
# you can specifiy location, anchor and shrink the colorbar
35+
# you can specify location, anchor and shrink the colorbar
3636
neg = ax2.imshow(Zneg, cmap='Reds_r', interpolation='none')
3737
fig.colorbar(neg, ax=ax2, location='right', anchor=(0, 0.3), shrink=0.7)
3838

0 commit comments

Comments
 (0)