I got a successful build using VS2003 on Vista. Here is the env dump:
BUILDING MATPLOTLIB
matplotlib: 0.90.1
python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC
v.13
There is now experimental support for custom fonts in math mode.
You'll need to set "mathtext.use_cm" to False, and then set up a mapping
from each of the TeX font names to the name of your desired font.
It is assumed that the fonts are Unicode fonts -- it will use the same
font for both Latin
On 07/08/07, fred <[EMAIL PROTECTED]> wrote:
> Angus McMorland a écrit :
>
> > Since all sorts of data can be displayed in am mpl window (e.g. a
> > plot, a contour...) you have to tell it how to access the correct
> > scalar value to display. You could do this with the
> > motion_notify_event. Reg
> For example, the freefonts don't have a very complete math symbol
> set at all. Falling back on the Computer Modern fonts for just
> those symbols would work, but won't look very nice. That said, a
> lot of users can probably do without those extended symbols
> altogether.
You say tha
I believe the rcParams you're referring to actually affect the (now
deprecated) mathtext2, which explains why they're having no effect ;)
Sorry about that.
These will soon be replaced with a new way to handle custom Unicode
fonts, that is mostly working, but may not produce the best results.
W
I would like to use sans-serif math fonts in mathtext (inspired by
Tufte -- most of his examples use sans fonts).
Apparently there are rcParams options to be set, however, I keep
getting computer modern math fonts. I would like to use the
FreeSansOblique for the math italic font. How do I
George LeCompte <[EMAIL PROTECTED]> writes:
>The contours labels show 3 zeros beyond the decimal point. Is it
>possible to force these labels to integers? If so how? If not why
>not?
clabel(CS, inline=1, fontsize=10, fmt='%3.0f')
>Is there a way to browse previous postings to ma
"Zelakiewicz, Scott (GE, Research)"
<[EMAIL PROTECTED]> writes:
> I get one contour line as expected, but instead of printing the contour
> level (50) I would like to print a simple string like "Some String." I
> tried using the fmt option of clabel, but it requires a way to stuff in
> the level
Hi,
I am trying to make a contour plot using custom labels that consist only
of text strings but can not figure it out. For example, if I do the
following:
A=arange(100)
A=A.reshape(10,10)
CS=contour(A,[50,])
clabel(CS)
I get one contour line as expected, but instead of printing the contour
leve
Hi all,
I'm trying to display the histograms of lists of 2D vectors together with
their error ellipses in a 3D plot.
Plotting the histograms as 3D scatterplots is easy using
matplotlib.axes3d.Axes3D( ).scatter3D( x, y, h ),
but how do I draw the error ellipse in the ( x, y ) plane. I know how to
Angus McMorland a écrit :
> Since all sorts of data can be displayed in am mpl window (e.g. a
> plot, a contour...) you have to tell it how to access the correct
> scalar value to display. You could do this with the
> motion_notify_event. Register it during init, something like:
>
> self.canvas.mp
On 8/6/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> from setupext import get_win32_compiler
> if sys.platform == 'win32' and get_win32_compiler() == 'mingw32':
> for module in ext_modules:
> module.libraries.append("msvcrt")
That message in setupext.py:
N
I was using version 3673 of svn (matplotlib) when it worked. I had a clean
build directory (I usually kill it before trying to build a new version,
along with whatever is in lib/site-packages). I'm not sure of the exact
version I was using when it was dying (I want to say somewhere around
3660-69
I'll give the build a try on windows tonight using my usual methods.
- Charlie
On 8/6/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> william ratcliff wrote:
> > No, with whatever is in the current version of svn, it now works on the
> > intel quad as well. Thanks!
>
> That's great news!
william ratcliff wrote:
> No, with whatever is in the current version of svn, it now works on the
> intel quad as well. Thanks!
That's great news! While it's great to hear that it's working, it would
be even better to track down the cause of the failure, if possible.
Do you mean the current
15 matches
Mail list logo