[Matplotlib-users] basemap: how to plot "toothed" curves

2015-10-16 Thread Phil Cummins
Hi, I would like to plot "toothed" curves using basemap. These are curves with triangles on one side, that are used to plot pressure fronts in meteorology or thrust faults in geology. You need to be able to say which side of the curve the triangles should appear on. Does anyone know whether s

Re: [Matplotlib-users] basemap: how to plot "toothed" curves

2015-10-16 Thread Phil Cummins
Also, there is no pre-defined marker for half-circles, so this approach wouldn't work well for warm-fronts/dry-lines/etc. I'll have to see if a PolygonCollection + Line2D might be the right approach here... Ben Root On Fri, Oct 16, 2015 at 7:22 AM, Phil Cummins