I've been trying to track down some strange behavior I was getting,
and I think narrowed it down to some code that I'll paste below.
I'm trying to write to .eps files, and when I have usetex=True,
something is screwed up with the padding on the left, and eventually
the whole image is just white.
On Tue, Apr 21, 2009 at 10:42 PM, Eric Bruning wrote:
> On a somewhat related note, how are you turning rasterization on and
> off? Are you using my per-artist patch (which last I knew wasn't in
> trunk) or some other solution?
I remember that I tried to use your patch, but all the links that I
f
On Thu, Apr 23, 2009 at 3:06 PM, Jae-Joon Lee wrote:
> On Tue, Apr 21, 2009 at 10:42 PM, Eric Bruning wrote:
>> On a somewhat related note, how are you turning rasterization on and
>> off? Are you using my per-artist patch (which last I knew wasn't in
>> trunk) or some other solution?
>
> I remem
On Thu, Apr 23, 2009 at 9:54 PM, Eric Bruning wrote:
> On Thu, Apr 23, 2009 at 3:06 PM, Jae-Joon Lee
> wrote:
>
> The discussion about what to do with my patch fizzled. I created a
> decorator that made mixed-mode switching a one-line change per artist
> type. I also added get/set_rasterized and