I found one more solution which makes use of the sansmath.py style, available at
http://www.tug.org/tex-archive/macros/latex/contrib/misc/sansmath.sty.
To use it with matplotlib I updated the 'sans-serif' member of the font_info
dict:
'sans-serif': ('cmss', '\usepackage{sansmath}'),
and t
Christian Kristukat <[EMAIL PROTECTED]> writes:
>
> Darren Dale ...> writes:
> > We tried supporting sans-serif ticklabels with usetex a while back, and it
> > turned out to be a headache. I'll have a look at cmbright, but no promises.
>
> Thanks. Btw., I didn't know about cmbright before look
Hello,
i had problems subscribing to the list, maybe the mail below I sent last
week, was not delivered. Hence I send it again:
---
Hello,
i try to write a module which evaluates various Data, and occasionally
creates a plot, which is returned to t
giovanni ruggiero wrote:
> Hi All,
> I had problens to use the function quiver with the matplotlib 82-5. Eric
> advice me to upgrade the mpl. I have tried to upgrade the matplotlib but
> i have to upgrade almost all my libs. The case is that i can not upgrade
> these dependences without affect a
> "giovanni" == giovanni ruggiero <[EMAIL PROTECTED]> writes:
giovanni> Hi All, I had problens to use the function quiver with
giovanni> the matplotlib 82-5. Eric advice me to upgrade the
giovanni> mpl. I have tried to upgrade the matplotlib but i have
giovanni> to upgrade almo
Hi All,
I had problens to use the function quiver with the matplotlib 82-5. Eric advice
me to upgrade the mpl. I have tried to upgrade the matplotlib but i have to
upgrade almost all my libs. The case is that i can not upgrade these
dependences without affect all my configuration wich means tha
> "Samuel" == Samuel M Smith <[EMAIL PROTECTED]> writes:
Samuel> I don't know where the transparency is coming from
Samuel> either. I don't know where I would set the alpha. Could it
Samuel> be in the .rc file? Could it be the way Macs process png
Samuel> files. If you like I
I don't know where the transparency is coming from either. I don't
know where I would set the alpha. Could it be in the .rc file?
Could it be the way Macs process png files.
If you like I can send a copy of the image
On 21 Nov, 2006, at 12:29, John Hunter wrote:
>> "Samuel" == Samuel M Smi
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes:
Eric> fine. But if it (mainly the function option) is something
Eric> that merely might be useful to someone someday, then I
Eric> suggest it be left out until there is a clear need. (My 2
Eric> cents-worth, or less.)
sounds
hi,
does anybody know I can show figure legend for 3D plots correctly?
I am using Axes3D.scatter3D which returns a Patch3D object, which seems
not to work with pylab.figlegend
thanks!
michael
-
Take Surveys. Earn Cash. Inf
Robert Cimrman wrote:
> John Hunter wrote:
>>> "Robert" == Robert Cimrman <[EMAIL PROTECTED]> writes:
>>
>> Robert> BTW would you consider changing the definition of spy(2)
>> Robert> as shown below, so that one could specify what 'to be a
>> Robert> zero' means?
>>
>> I added these
One more note:
Christopher Barker wrote:
> I wonder if you had installed 6.3.8 yourself.
If you did, it really should have been put in /usr/local/ somewhere --
then you wouldn't risk conflicts with Apple's version.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
Christopher Barker wrote:
> Tony Mannucci wrote:
>
>> If you saw my previous post about upgrading to XDarwin 1.1.3, and
>> breaking matplotlib, the following seems to work:
>>
>> Soft-linking to libfreetype.6.3.8.dylib rather than
>> libfreetype.6.3.dylib (see below, copied from previous email
John,
One small note - we've been bitten in the past by doing:
x != 0
This assumes a numeric (int/float) quantity. If someone substitutes
a different type that looks like a number, this will most likely
fail. Python has a __nonzero__ method which can be used by calling
'not' or 'bool()':
Tony Mannucci wrote:
> If you saw my previous post about upgrading to XDarwin 1.1.3, and
> breaking matplotlib, the following seems to work:
>
> Soft-linking to libfreetype.6.3.8.dylib rather than
> libfreetype.6.3.dylib (see below, copied from previous email).
That's interesting. I don't have
John Hunter wrote:
>> "Robert" == Robert Cimrman <[EMAIL PROTECTED]> writes:
>
>
> Robert> BTW would you consider changing the definition of spy(2)
> Robert> as shown below, so that one could specify what 'to be a
> Robert> zero' means?
>
> I added these enhancement, and a couple
> "Stephen" == Stephen George <[EMAIL PROTECTED]> writes:
Stephen> Have a lot of data, and when looking at full view I'd
Stephen> like no markers, but when zoom in to see individual
Stephen> points I'd like to place markers on the graph. Planing
Stephen> on attaching some code
> "Robert" == Robert Cimrman <[EMAIL PROTECTED]> writes:
Robert> BTW would you consider changing the definition of spy(2)
Robert> as shown below, so that one could specify what 'to be a
Robert> zero' means?
I added these enhancement, and a couple more, and an
examples/spy_demos.p
Darren Dale <[EMAIL PROTECTED]> writes:
> We tried supporting sans-serif ticklabels with usetex a while back, and it
> turned out to be a headache. I'll have a look at cmbright, but no promises.
Thanks. Btw., I didn't know about cmbright before looking at this problem. It
seems to be part of most
On Wednesday 22 November 2006 3:27 am, Christian Kristukat wrote:
> I am unable to get sans-serif tick labels with matplotlib 0.87.5 in tex
> text mode. I tried with some hints from the list archive but had no
> success. So I had a look at the tex-files which are created to render the
> tick labels
I am unable to get sans-serif tick labels with matplotlib 0.87.5 in tex
text mode. I tried with some hints from the list archive but had no success.
So I had a look at the tex-files which are created to render the tick labels,
which look like this:
\documentclass{article}
\usepackage{type1cm}
\re
21 matches
Mail list logo