Thanks John,

I'm afraid that I'm not quite sure what you're suggesting, and will be
grateful if you describe it more specifically.

As of now, textbox.py has two classes (+Text class which is not needed
with text.py patch).

 TextBoxBase and its derivatives : despite its name (which could be a
poor choice), the whole purpose of this class is to produce a Path
around any given square box (like bbox).

 TextBoxArtist : The instance of this class a callable object which
creates a PathPatch object and draw it around the given Text instance.
This is to simulate the patches.bbox_artist() function.

So, could you elaborate how you want things arranged?

Regards,

-JJ







On Thu, Sep 11, 2008 at 4:07 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 11, 2008 at 1:13 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
>
>> It would be good if these can be included in the matplotlib. At least,
>> can the patch for the text.py be applied?
>
> I am happy to include this functionality, but let's build it into the
> standard bbox rather than introduce a new subclass.  I see no reason
> why they need to be separated.
>
> JDH
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to