How do I add a small filled circle or point to a countour plot in matplotlib?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is an example, using pylab.Circle:
And here is another example (though not a contour plot) from the docs. Or, you could just use
|
||||
|
|

