Re: [Matplotlib-users] Black and white mode

2012-10-03 Thread Ignas Anikevicius
On 02/10/12 11:37:50 -0400, Tony Yu wrote: [...snip...] The discussion that you link to talks specifically about line styles. In the past there's been discussion of adding a linestyle cycle rc param, but I don't think there's been progress on that front. [...snip...] Just wanted to pop

Re: [Matplotlib-users] Documentation

2012-05-03 Thread Ignas Anikevicius
Dear Michael, Sorry for such a lengthy email, but I wanted to ask about dependencies as well. I am trying to get python and py3k versions of matplotlib working. In addition to this I am trying to do this with git/master version. I can build Python2 version, but I could not do it with Python3.

Re: [Matplotlib-users] Matplotlib and Cpp

2012-04-30 Thread Ignas Anikevicius
On 30/04/12 02:15, Benjamin Root wrote: Use pcolormesh(). *much* faster if you can assume certain things about the domain. Ben Root Thank you very much! Ignas -- Live Security Virtual Conference Exclusive live

[Matplotlib-users] Matplotlib and Cpp

2012-04-13 Thread Ignas Anikevicius
Dear all, I was wondering if it is possible to use matplotlib from C++ directly and I have found an example on how to do this on StackOverflow: http://stackoverflow.com/questions/2509156/anyone-knows-a-matplotlib-equivalent-in-c-or-c However, my question is about piping. Where could I find any

Re: [Matplotlib-users] Set various parameters of a plot window.

2012-03-11 Thread Ignas Anikevicius
On 11/03/12 14:19, Goyo wrote: El día 11 de marzo de 2012 11:31, gsal salger...@gmail.com escribió: I am not quite sure what you are asking, but, can you simply just add your own attribute to the window objects? Python is friendly that way, you know? It's dynamic. There are some dialogs

[Matplotlib-users] Set various parameters of a plot window.

2012-03-10 Thread Ignas Anikevicius
Hello everybody, I am trying to write a rule for AwesomeWM, so that all matplotlib related windows would be floating and not tiled. For this purpose I want to filter matplotlib windows by some window attribute, like class, instance or title. Is there a way to modify the window class or instance

[Matplotlib-users] MPL Py2 and Py3 working together?

2011-12-19 Thread Ignas Anikevicius
Hello list, I was wondering, if it was possible to have Py2 *and* Py3 versions of MPL working on the same machine at the same time? I am asking because I would like to make a switch to Py3 on all my work, but at the same time I want to be able to run old scripts, which I might need in the future.

[Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Dear list, I have been trying to build matplotlib with python2 *and* python3 support. I am using Gentoo and a custom ebuild which can be found on gnlay overlay[1]. However, I had a build error while trying to compile 'src/ft2font.cpp' (see the log attached[2]). I was wondering weather there are

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Hi, Thanks for your reply. On 24/11/11 18:54, Friedrich Romstedt wrote: ... building on a Mac. Did you modify CFLAGS or CC? There was in the ebuild some additional flags like fno-strict-aliasing, but nothing change by removing the aditional flags. The strange thing is that it still builds for

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Hi all, On 24/11/11 23:02, Friedrich Romstedt wrote: How does the ebuild work? Does it invoke setup.py? If yes, maybe matplotlib installs the CXX dir s.t. it does not work for py3k? Sorry for making the noise, I found the problem, actually it was my ebuild which removed the CXX folder after

[Matplotlib-users] MPL building failure

2011-10-26 Thread Ignas Anikevicius
Hello list, I am sorry to be trying to solve my problems by just writing to the list, but I could not think of any other ways to solve it as google was not very verbose. The build log part, which indicates a failure: Traceback (most recent call last): File make.py, line 223, in module

Re: [Matplotlib-users] MPL building failure

2011-10-26 Thread Ignas Anikevicius
On 26/10/11 22:31, Ignas Anikevicius wrote: Traceback (most recent call last): File make.py, line 223, in module func() File make.py, line 191, in all html() File make.py, line 136, in html copy_if_out_of_date('../lib/matplotlib/mpl-data/matplotlibrc', '_static/matplotlibrc') File