[Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Jakub Nowacki
Dear All, I've found it impossible to get some control over ticks in a 3D plot (Axes3D, using with projection='3d' option) in Matplotlib 1.0.1 (EPD 7.1-1 linux 64-bit). Namely, I have one out of four subplots, that is 3D and it has much to many ticks (tick labels to be exact), which makes

Re: [Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Jakub Nowacki
Thanks for the answers. Jakub, if possible, could you test out the latest matplotlib in development on github? I have been working hard in this. If not, you could also always operate directly through the axis objects themselves, such as: ax.zaxis (although, you might have to do ax.w_zaxis).

Re: [Matplotlib-users] subplot grids with EPD

2010-10-07 Thread Jakub Nowacki
Hi, Personally I've tried to install Matplotlib 1.0.0 manually in EPD on Mac and Linux. For some reason on Linux it went totally OK from the first try (just had to define PREFIX correctly). On Mac I've tried to do the same but for some reason the libs are linked somehow differently and while

Re: [Matplotlib-users] Problem with plotting fast spiking data

2010-03-11 Thread Jakub Nowacki
. Cheers, Jakub On 18 Feb 2010, at 22:37, Eric Firing wrote: Jakub Nowacki wrote: Hi, I work with neural models and I have problem with plotting fast spiking data. The spikes on the plot appear to have different hight which changes when I for example resize the plot window. The same

Re: [Matplotlib-users] Failure compiling MPL on Snow Leopard

2010-03-09 Thread Jakub Nowacki
Dear Jeremy, I'm not sure but I think it may be the problem with ppc, cause this architecture was dropped for Snow Leopard as far as I remember. So just delete -arch ppc and try again. In general you may try to use this description: http://blog.hyperjeff.net/?p=160 I've tested it and it

Re: [Matplotlib-users] mplot3d stays?

2010-02-26 Thread Jakub Nowacki
Dear all, I don't know if creating full blown 3d library makes much sense. I think Reinier is right here that the current mplot3d creates quite satisfactory outcome with matplotlib look-and-feel we all like. In general, there are 3d libraries/packages out there (VTK, Mayavi2 etc.), which do

Re: [Matplotlib-users] Draw lines on the graph

2010-02-21 Thread Jakub Nowacki
Hi, If I understand right you want to redraw new trend lines when you zoom in (recalculated for the visible data). You then have to use event callbacks which usage example is shown here (view limits change example): http://matplotlib.sourceforge.net/examples/event_handling/viewlims.html For

[Matplotlib-users] mplot3d stays?

2010-02-21 Thread Jakub Nowacki
Hi, I have quite general question. Since mplot3d now back in matplotlib, the question is: is it going to stay there? Or is it some test release? I was just wondering cause sometimes I use 3d plotting and use Mayavi2 for that but in many cases it's like killing the spider with a shotgun, not

[Matplotlib-users] Problem with plotting fast spiking data

2010-02-18 Thread Jakub Nowacki
Hi, I work with neural models and I have problem with plotting fast spiking data. The spikes on the plot appear to have different hight which changes when I for example resize the plot window. The same problem is with saving data into files, especially in vector formats. I found the

Re: [Matplotlib-users] Problem with plotting fast spiking data

2010-02-18 Thread Jakub Nowacki
failed to find this bug. Once more thank you very much for the help. Cheers, Jakub On 18 Feb 2010, at 22:39, John Hunter wrote: On Thu, Feb 18, 2010 at 4:19 PM, Jakub Nowacki j.s.nowa...@googlemail.com wrote: Hi, I work with neural models and I have problem with plotting fast spiking