Hi,
Continuing my adventures with setuptools
I'm installing matplotlib into a clean + numpy virtualenv with python.org 2.7
I have CC=clang in order to involve some header problems with the
default gcc compiler.
numpy compiles and installs OK.
pip install matplotlib errors with:
clang -fno
Hi,
On Mon, Aug 5, 2013 at 4:36 PM, Scott Lasley wrote:
>
> On Aug 5, 2013, at 4:43 PM, Matthew Brett wrote:
>
>> Hi,
>>
>> On Sun, Aug 4, 2013 at 7:26 PM, Scott Lasley wrote:
>>>
>>> On Aug 4, 2013, at 4:47 PM, Matthew Brett
>>> wrote:
>>>
Hi,
Congratulations on the new releas
On 8/6/2013 3:31 PM, Eric Firing [via matplotlib] wrote:
> Before the *first* import of pyplot, you need to have:
>
> import matplotlib
> matplotlib.use("agg")
>
> or specify any other non-interactive backend. Alternatively, you can
> specify the backend in a matplotlibrc file.
>
> This assumes yo
On 2013/08/06 10:08 AM, John McFarland wrote:
> I am trying to write some code that uses an input thread to check for user
> input while another thread is running some calculations (see example below).
> What I have noticed is that just including an import of pyplot (regardless
> of whether it is u
I am trying to write some code that uses an input thread to check for user
input while another thread is running some calculations (see example below).
What I have noticed is that just including an import of pyplot (regardless
of whether it is used by the code or not) causes the call to raw_input
Good afternoon.
I have a list of 2 points with coordinates x,y and category in three
lists.
x_coordinate=[3000,3100,3234,.]
x_coordinate=[15678,16768,14590,.]
category=[1,3,5,]
The categories values are between [1 and 10]
I need to make a 2D animation of this in matplotlib, star
Hi Michael et al,
Attached...
A
p.s. I've posted this via the gmane newsgroup, but a version of was sent
to the ML and is awaiting moderator approval...
On 02/08/2013 15:32, Michael Droettboom wrote:
Can you provide the output of the build?
On 08/02/2013 06:53 AM, Andrew Jaffe wrote:
Hi
Thanks, for the moment, it seems that removing the 'mpl_toolkits' from
packages makes it work.
Also, with the removal of dateutil from the binary, and installation of
dateutil from source pulling in six via easy_install/pip meant it also was
not found by py2exe. I got around this by using Christoph
On 08/06/2013 08:39 AM, Rita wrote:
Yes, I mean a self-built package.
When linking I think setupext.py is using /usr/lib and /usr/local/lib
first, instead it should use PKG_CONFIG_PATH and then /usr/lib and
then /usr/local/lib. Basically, the ordering or linking matters. I
hope that helps. T
I have little to no experience with py2exe, so I don't know how much I
can help there.
However, between 1.2.1 and 1.3.0, mpl_toolkits was changed to a
"namespace" package, which allowed basemap to install into it despite it
coming from matplotlib (and being installed with setuptools). I don't
Yes, I mean a self-built package.
When linking I think setupext.py is using /usr/lib and /usr/local/lib
first, instead it should use PKG_CONFIG_PATH and then /usr/lib and then
/usr/local/lib. Basically, the ordering or linking matters. I hope that
helps. This isnt a big deal but just though I put
we have some code that was working fine with matplotlib 1.2.1 using:
from mpl_toolkits.axes_grid import make_axes_locatable, axes_size
now trying to freeze with py2exe (both 0.6.9 and Christoph Gohlke's
0.6.10dev)
results in ImportError: No module named mpl_toolkits
when preparing the actual exe
Hi,
I am using mat 1.20 and basemap 1.0.5, I tried your code and don't have the
same issue.
Chao
On Tue, Aug 6, 2013 at 9:33 AM, vwf [via matplotlib] <
ml-node+s1069221n41721...@n5.nabble.com> wrote:
>
> Hello,
>
> This weekend I started using matplotlib and I think it is great.
> Beautiful gra
Hello,
This weekend I started using matplotlib and I think it is great.
Beautiful graphs with very little effort.
My data is geographical so I would like to draw on a map, North-Sea (UK
- Netherlands). For this I installed the basemap on my Debian system
(Stable/Wheezy). This has a strange probl
14 matches
Mail list logo