Re: [matplotlib-devel] _transform limitations

2006-07-31 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> return newtrans if not units == 'inches': raise Eric> ValueError('units must be dots or inches') if fig is None: This all looks great and I like the interface. My only suggestions is to add points (1/72. inches) since this is c

Re: [matplotlib-devel] _transform limitations

2006-07-31 Thread Eric Firing
John, I will respond to the more philosophical parts of your message later. I have committed changes to _transforms.* and transforms.py along the lines of your suggestions for a quick improvement to the ease of drawing with offsets. > The best way may be for the extension code to provide a sh

Re: [matplotlib-devel] _transform limitations

2006-07-30 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> John, I think we really need copy (and maybe deepcopy) Eric> functions that work with all transforms, not just Separable Eric> transforms. This looks fairly easy except for one thing: Eric> the transform creation functi

[matplotlib-devel] _transform limitations

2006-07-29 Thread Eric Firing
John, I think we really need copy (and maybe deepcopy) functions that work with all transforms, not just Separable transforms. This looks fairly easy except for one thing: the transform creation functions return objects that don't provide any clean way of distinguishing among the types of tra