Re: [Matplotlib-users] Problem with matplotlib under aix 6.1

2013-09-25 Thread roman3217
Hello, I did a mistake in my previous post. The correct xlC that I created : #!/bin/bash parameters=$(echo $* | sed s/'-l '/''/g) Modules/ld_so_aix $parameters -lC -ltcl -ltk -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Problem-with-matplotlib-under-aix-6-1-tp4

[Matplotlib-users] Problem with matplotlib under aix 6.1

2013-09-25 Thread David Roman
hello, Sorry for my poor english. I have a big problem with matplotlib under AIX6.1. My configuration : OS : AIX 6.1 XLC : 12.1.0.0 Python 2.7.5-1 I installed Python and all dependencies from www.oss4aix.org/download/RPMS with the rpm files. This is the all packages that I installed: rpm -ivh

Re: [Matplotlib-users] Problem with matplotlib 1.0.1 and psfrag (LaTeX)

2011-03-17 Thread Michael McNeil Forbes
On 13 Jan 2011, at 5:50 AM, Michael Droettboom wrote: > Can you provide a simple LaTeX document that illustrates the problem > with psfrag? This is still compliant Postscript, AFAICT. It is not a postscript compliance issue, but rather a requirement of the psfrag package which relys on searc

Re: [Matplotlib-users] Problem with matplotlib 1.0.1 and psfrag (LaTeX)

2011-01-13 Thread Michael Droettboom
The change in behavior was to fix this bug: http://sourceforge.net/tracker/?func=detail&aid=3062773&group_id=80706&atid=560720 It seems it may be impossible to produce Postscript that works across all fonts and all readers at the same time. Can you provide a simple LaTeX document that illustr

Re: [Matplotlib-users] Problem with matplotlib 1.0.1 and psfrag (LaTeX)

2011-01-11 Thread Benjamin Root
On Tue, Jan 11, 2011 at 8:45 AM, Lebostein wrote: > > I have compared the new and old output. For example the "0.0" in a diagram: > > old eps (1.0.0): > > 35.223 19.934 m > 0 0.141 rmoveto > (0.0) show > [1 2] 0 setdash > 0.502 setgray > > new eps (1.0.1): > > 35.222810 19.933563 translate > 0.00

Re: [Matplotlib-users] Problem with matplotlib 1.0.1 and psfrag (LaTeX)

2011-01-11 Thread Lebostein
I have compared the new and old output. For example the "0.0" in a diagram: old eps (1.0.0): 35.223 19.934 m 0 0.141 rmoveto (0.0) show [1 2] 0 setdash 0.502 setgray new eps (1.0.1): 35.222810 19.933563 translate 0.00 rotate 0.00 0.140625 m /zero glyphshow 6.362305 0.140625 m /period g

[Matplotlib-users] Problem with matplotlib 1.0.1 and psfrag (LaTeX)

2011-01-11 Thread Lebostein
Hi, the eps output of matplotlib 1.0.1 don't work with the LaTeX macro PSfrag (http://en.wikipedia.org/wiki/PSfrag). In the release notes (RELEASE_NOTES-1.0.1.txt) I can not find any changes to the eps output. What have you done? -- View this message in context: http://old.nabble.com/Problem-w

Re: [Matplotlib-users] problem with matplotlib and latex

2009-08-12 Thread Darren Dale
On Wed, Aug 12, 2009 at 12:22 PM, wrote: > hmm ok i post it in a more shorter way... but with the point raw settings > i dont know how it should works I directed you to the documentation. An improved script is attached. #!/usr/bin/python # -*- coding: utf8 -*- import numpy as np import pylab as

Re: [Matplotlib-users] problem with matplotlib and latex

2009-08-12 Thread Darren Dale
Try googling "python raw strings" and read the first hit. By the way, please post self-contained scripts that are as short as possible. We can't run the script you posted, the data is missing. On Wed, Aug 12, 2009 at 12:00 PM, wrote: > how i use raw settings ? > >> On Wed, Aug 12, 2009 at 10:4

Re: [Matplotlib-users] problem with matplotlib and latex

2009-08-12 Thread spielmann
how i use raw settings ? > On Wed, Aug 12, 2009 at 10:42 AM, Timo > Spielmann wrote: >> hey people >> >> i have an problem on plotting some functions with latex texts. i cant >> plot some latex symbols like \bar or something else the normal latex >> stuff works perect, but such keys doessent a

Re: [Matplotlib-users] problem with matplotlib and latex

2009-08-12 Thread Darren Dale
On Wed, Aug 12, 2009 at 10:42 AM, Timo Spielmann wrote: > hey people > > i have an problem on plotting some functions with latex texts. i cant > plot some latex symbols like \bar or something else the normal latex > stuff works perect, but such keys doessent and i dont know why... > > hope some

[Matplotlib-users] problem with matplotlib and latex

2009-08-12 Thread Timo Spielmann
hey people i have an problem on plotting some functions with latex texts. i cant plot some latex symbols like \bar or something else the normal latex stuff works perect, but such keys doessent and i dont know why... hope someone can help me as you can see i attached a sample plot file... you

Re: [Matplotlib-users] problem with matplotlib-0.98.5-py2.5-macosx-10.3.egg

2008-12-13 Thread John Mariska
everything worked fine. John M. -Original Message- Date: Sat, 13 Dec 2008 22:08:37 + From: Robin Subject: Re: [Matplotlib-users] problem with matplotlib-0.98.5-py2.5-macosx-10.3.egg To: "John Hunter" Cc: matplotlib-users@lists.sourceforge.net Message-ID: Co

Re: [Matplotlib-users] problem with matplotlib-0.98.5-py2.5-macosx-10.3.egg

2008-12-13 Thread Robin
On Sat, Dec 13, 2008 at 9:17 PM, John Hunter wrote: > On Sat, Dec 13, 2008 at 3:01 PM, Robin wrote: > >> As in my other mail I am having trouble building from source. >> Previously I used the mac .egg to get around this, but the >> matplotlib-0.98.5-py2.5-macosx-10.3.egg for 0.98.5 doesn't appear

Re: [Matplotlib-users] problem with matplotlib-0.98.5-py2.5-macosx-10.3.egg

2008-12-13 Thread John Hunter
On Sat, Dec 13, 2008 at 3:01 PM, Robin wrote: > As in my other mail I am having trouble building from source. > Previously I used the mac .egg to get around this, but the > matplotlib-0.98.5-py2.5-macosx-10.3.egg for 0.98.5 doesn't appear to > work. I think the egg may be broken. Try grabbing th

[Matplotlib-users] problem with matplotlib-0.98.5-py2.5-macosx-10.3.egg

2008-12-13 Thread Robin
Hi, As in my other mail I am having trouble building from source. Previously I used the mac .egg to get around this, but the matplotlib-0.98.5-py2.5-macosx-10.3.egg for 0.98.5 doesn't appear to work. I install with -N as I found recommended elsewhere on the list, since otherwise it tries to build

Re: [Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-24 Thread Alex Coventry
> I believe I have fixed the problem in the latest svn versions, both on > the maintenance branch and on the trunk. Please try the latest version Thanks for your help, Jouni. That seems to have fixed the problem. Best, Alex --

Re: [Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-22 Thread Jouni . Seppanen
Alex Coventry <[EMAIL PROTECTED]> writes: > I'm trying to use some matplotlib-generated pdfs in a pdflatex document, > and seeing some extremely weird and disruptive size effects. Could you be more specific about what the problem seems to be? I looked at your pdf files, and it looks like pdflat

[Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-21 Thread Alex Coventry
I'm trying to use some matplotlib-generated pdfs in a pdflatex document, and seeing some extremely weird and disruptive size effects. The resulting pdfs can be seen at http://research.janelia.org/coventry/paper.pdf http://research.janelia.org/coventry/paper-small.pdf The first results from the

Re: [Matplotlib-users] Problem with matplotlib

2008-02-27 Thread Charlie Moad
Out of the country. I am cc'ing the matplotlib list. On Wed, Feb 27, 2008 at 3:08 PM, Luis Carlos Garelli < [EMAIL PROTECTED]> wrote: > > Message body follows: > > Greetings, first, sorry to bother you... I am working using > the matplotlib, and i am having some strange problems with > my applica

Re: [Matplotlib-users] problem with matplotlib in script

2007-09-12 Thread massimo sandal
Christoph Scheit ha scritto: Hi, running a python-script using matplotlib I get the following error message: sh: mc: line 1: syntax error: unexpected end of file sh: error importing function definition for `mc' sh: mc: line 1: syntax error: unexpected end of file sh: error importing function de

[Matplotlib-users] problem with matplotlib in script

2007-09-12 Thread Christoph Scheit
Hi, running a python-script using matplotlib I get the following error message: sh: mc: line 1: syntax error: unexpected end of file sh: error importing function definition for `mc' sh: mc: line 1: syntax error: unexpected end of file sh: error importing function definition for `mc' The script s

[Matplotlib-users] problem with matplotlib Traceback in case latex fails

2006-09-05 Thread Christian Meesters
Hi In one somewhat bigger application of mine, which makes use of matplotlib, it can happen that a user can assign a name to a dataset, which latex in turn is unable to process as part of the legend. Of course it is possible to prevent the user from doing so in most cases, but still it is possi