简体   繁体   中英

How to draw arrows and arcs in a contour plot using Python matplotlib

I have made a contour plot like that using Python Matplot lib

Google图片

I would like to know how can I add arrows like those white ones, and something like this little arc on bellow the angle theta (to show the angle)

It wold be really helpful

Thank you.

You could use pyplot.annotate() . Here is a tutorial with example code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM