I'm trying to make a rectangle that "highlights" a straight line of markers
such that:

1) it surrounds/contains the points, basically like:

--------------------------------------------------------------------------------------
|
  |
|       O                    O                   O                  O
         |
|
   |
|-------------------------------------------------------------------------------------

2) its height doesn't change with zoom.  (it should always be approximately
a little taller than the height of the markers' heights).

I can do (1) but so far not (2).  I'm pretty sure I need to use a blended
transform for this somehow....and possibly TransformedPath, but I'm lost as
to how to do this.

Thanks,
Che
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to