[Matplotlib-users] Crosshairs

2009-07-28 Thread Paul Ray
Hi, I see that scatter() has a variety of different symbols that you can choose from, and even a way to create your own custom markers. However, I can't figure out how to make a crosshair symbol (a plus with non-touching lines) as my marker, which I'd like to use to show the location of

Re: [Matplotlib-users] Crosshairs

2009-07-29 Thread Jae-Joon Lee
scatter() currently does not support arbitrary path as its marker. The current marker customization is limited to what can be described by RegularPolyCollection and etc. And the crosshair marker do not fit in to this category. I'm attaching a snippet of a code I have been using for an exactly same