On Wed, 02 Jun 2010 06:54:11 -1000, Eric Firing wrote:
> On 06/02/2010 05:53 AM, Jae-Joon Lee wrote:
>> On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde wrote:
>>> This is set in axis3d module (class Axis), by _AXINFO.
>>> So far, I haven't found a way to modify colors/transparency but to edit
>>> th
On 06/02/2010 05:53 AM, Jae-Joon Lee wrote:
> On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde wrote:
>> This is set in axis3d module (class Axis), by _AXINFO.
>> So far, I haven't found a way to modify colors/transparency but to edit
>> the latter file. Is this hard-coded or is there a way to modif
On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde wrote:
> This is set in axis3d module (class Axis), by _AXINFO.
> So far, I haven't found a way to modify colors/transparency but to edit
> the latter file. Is this hard-coded or is there a way to modify this a
> posteriori ?
>
> Cheers,
>
> Denis
Thanks alot, Alan, Angus, Ben, Eric and Malte, for the tips and the varieties.
Matplotlib is awesome!
Howard Sun, Ph.D.
NVIDIA CORP.
2701 San Tomas Expressway
Santa Clara, CA 95050
T (408) 566-5036
F (408) 486-8207
-Original Message-
From: Eric Firing [mailto:efir...@hawaii.edu]
Sent:
Dear all,
I'm trying to set the font for math elements in my plots to 'Arial' when
saving my plot to an eps. For all other text in plots, I set
##
matplotlib.rcParams['font.sans-serif']=["Arial"]
##
and it worked. My default rcparams for mathtext look like this:
'mathtext.bf': 'serif:bold',
'ma
This is set in axis3d module (class Axis), by _AXINFO.
So far, I haven't found a way to modify colors/transparency but to edit
the latter file. Is this hard-coded or is there a way to modify this a
posteriori ?
Cheers,
Denis
Le 02-06-2010, Benjamin Root a
écrit :
> Huh, how about that? I n
Thanks Jae-Joon and Friedrich
I will try out both solutions.
Regards Hans
Jae-Joon Lee wrote:
>
> On Tue, Jun 1, 2010 at 2:22 PM, rugspin wrote:
>> That's doing it, thought there might be an internal way within
>> matplotlib,
>> but I could figure one.
>
> If you need more hard-core way of