matplotlib / AnatomyOfMatplotlib

Anatomy of Matplotlib -- tutorial developed for the SciPy conference
Other
1.22k stars 598 forks source link

Updated with changes as per newer matplotlib api to remove deprecation warning #35

Closed canute24 closed 3 years ago

canute24 commented 3 years ago

Updated bar.set(color='salmon', edgecolor='darkred', linewidth=3) to pass color before edgecolor to fix MatplotlibDeprecationWarning

tacaswell commented 3 years ago

Thanks @canute24 , Hopefully we will hear from you again!

canute24 commented 3 years ago

My contribution is more like a drop in the ocean but those few words - "Hopefully we will hear from you again!" help a lot for someone with little git/programming experience to contribute. So Thank You and everyone else for all the great stuff we enjoy and take for granted sometimes. Will definitely try to do my bit where I can.