Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-06-06 Thread Gökhan SEVER
Hi, formlayout will definitely a very nice addition to matplotlib Qt4 backended plotting windows. It reminds me Traits UI's configure.traits() method. PyQt4 programming is still a mystery to me, and have chosen to learn Traits instead. I am also curious to know what happened to pydee - IPython i

[matplotlib-devel] The easiest way to check-out matplotlib source

2009-06-08 Thread Gökhan SEVER
Hello, How do you add you automatically check-out new added files from matplotlib trunk? Is there a specific svn command for this? Another question: For example IPython has uses bzr and when I issue bzr branch lp:ipython command I grab the latest development branch. I do a development installatio

Re: [matplotlib-devel] The easiest way to check-out matplotlib source

2009-06-08 Thread Gökhan SEVER
On Mon, Jun 8, 2009 at 2:16 PM, John Hunter wrote: > On Mon, Jun 8, 2009 at 2:14 PM, Gökhan SEVER wrote: > > Hello, > > > > How do you add you automatically check-out new added files from > matplotlib > > trunk? Is there a specific svn command for this? > &g

Re: [matplotlib-devel] The easiest way to check-out matplotlib source

2009-06-08 Thread Gökhan SEVER
On Mon, Jun 8, 2009 at 2:25 PM, Jouni K. Seppänen wrote: > (Answering only on the devel list.) > > Gökhan SEVER writes: > > > How do you add you automatically check-out new added files from > matplotlib > > trunk? Is there a specific svn command for this? > &g

Re: [matplotlib-devel] The easiest way to check-out matplotlib source

2009-06-08 Thread Gökhan SEVER
disturb anybody for such a simple matter again ;) Thanks... Gökhan On Mon, Jun 8, 2009 at 2:48 PM, Jouni K. Seppänen wrote: > Gökhan SEVER writes: > > > One more question: After svn co completes checking out the main trunk it > > says: > > > > Checked out revis

Re: [matplotlib-devel] The easiest way to check-out matplotlib source

2009-06-08 Thread Gökhan SEVER
On Mon, Jun 8, 2009 at 3:30 PM, John Hunter wrote: > On Mon, Jun 8, 2009 at 3:25 PM, Gökhan SEVER wrote: > > > I have updated installing_faq.rst file accordingly as a result of these > > conversations. Thanks to Jouni, and IPython documentation (stolen some >

Re: [matplotlib-devel] mplot3d update

2009-06-08 Thread Gökhan SEVER
Hi, Could you please tell me how not to see the dashed line in the middle of 3d plotting scene? It's also there on a saved png file as well. Next, could it be possible to plot 3d box-whiskers plots via mplot3d interface? Thanks... I really appreciate your good work. Gökhan On Sun, Jun 7, 200

Re: [matplotlib-devel] mplot3d update

2009-06-08 Thread Gökhan SEVER
nds like a > good plan to override the grid() function for that. > > Regards, > Reinier > > On Mon, Jun 8, 2009 at 10:48 PM, Gökhan SEVER > wrote: > > Hi, > > > > Could you please tell me how not to see the dashed line in the middle of > 3d > >

Re: [matplotlib-devel] mplot3d update

2009-06-14 Thread Gökhan SEVER
On Sat, Jun 13, 2009 at 4:17 PM, Reinier Heeres wrote: > Hi, > > I just fixed this issue and implemented setting/unsetting of the grid. > I also added a parameter axes3d.grid to matplotlibrc, which defaults > to True. Is that ok? > > Cheers, > Reinier > Ok, that strange line doesn't show anymore

Re: [matplotlib-devel] Large datasets performance....

2009-06-17 Thread Gökhan SEVER
On Wed, Jun 17, 2009 at 9:25 AM, Nicolas Rougier wrote: > > Hello, > > To give you some hints on performances using OpenGL, you can have a look > at glumpy: > http://www.loria.fr/~rougier/tmp/glumpy.tgz > (It requires pyglet for the OpenGL backend).

[matplotlib-devel] [OT] Question about the SVN repo

2009-07-16 Thread Gökhan SEVER
Hello, I have a little of the topic question. We have a project ( http://sourceforge.net/projects/adpaa/) setup in SF using the CVS. There when I look at the code submit logs: for instance: gsever committed patchset 219

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-23 Thread Gökhan SEVER
On Thu, Jul 23, 2009 at 8:36 AM, Freddie Witherden wrote: > Hi all, > > With the integration of mathtex into matplotlib nearing completion > (just bug fixes really) I think now is a good time to be considering > the best way to include mathtex into matplotlib. > > This has already been discussed o

[matplotlib-devel] mpl_data_demo example

2009-08-04 Thread Gökhan Sever
Get this tiny error: [gse...@ccn misc]$ python mpl_data_demo.py File "mpl_data_demo.py", line 1 """ ^ IndentationError: unexpected indent Not sure it is a Python version specific issue or not: Python 2.6 (r26:66714, Jun 8 2009) Index: mpl_data_demo.py

[matplotlib-devel] colorbar_doc is visible as a function name with Ipython --pylab import

2009-08-06 Thread Gökhan Sever
Shouldn't colorbar_doc name be hidden from users? It doesn't look like the rest other function documentation in pyplot.py file. In [10]: color colorbar colorbar_doc colormaps colors at rev 7405. In [10]: colorbar_doc Out[10]: "\n\nAdd a colorbar to a plot.\n\nFunction signatures for th

[matplotlib-devel] documentation build error

2009-08-25 Thread Gökhan Sever
Hello, The trunk is giving the following error while trying to build the documentation via "python make.py all" reading sources... [ 4%] api/mlab_api reST markup error: /home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/mlab.py:docstring of matplotlib.mlab.cohere_pairs:6: (SEVERE/4) Une

Re: [matplotlib-devel] documentation build error

2009-08-25 Thread Gökhan Sever
works. This said, I am not sure is this the natural way to fix this problem? Thanks. On Tue, Aug 25, 2009 at 1:10 PM, Gökhan Sever wrote: > Hello, > > The trunk is giving the following error while trying to build the > documentation via "python make.py all" > > rea

Re: [matplotlib-devel] documentation build error

2009-08-25 Thread Gökhan Sever
m not saying using the Numpy format wouldn't be a good idea. But it's a > lot of manual labor to move to that format, make sure things are consistent > etc. It's interesting that your fix doesn't produce new problems, though. > > Mike > > Gökhan Seve

[matplotlib-devel] Testing matplotlib on IPython trunk

2009-09-08 Thread Gökhan Sever
Hello, The thread switches will be gone by the release of the new IPython. I am assuming that some extra work needs to be done on both sides in preparation to the new release. See the following test cases: ### This one locks the IPython unless the figure window is killed. If you do an additional

[matplotlib-devel] Two same demos

2009-09-17 Thread Gökhan Sever
Apparently usetex_demo.py and dannys_example.py are same (matplotlib/examples). The latter might be deleted if no reference exist for that file. -- Gökhan -- Come build with us! The BlackBerry® Developer Conference in SF

Re: [matplotlib-devel] [IPython-dev] Testing matplotlib on IPython trunk

2009-09-21 Thread Gökhan Sever
On Tue, Sep 8, 2009 at 3:45 PM, Fernando Perez wrote: > Hey Gokhan, > > thanks for the summary. > > On Tue, Sep 8, 2009 at 12:45 PM, Gökhan Sever > wrote: > > ### In a new IPython, these lines work --no locking after plt.show() "-a" > > ma

Re: [matplotlib-devel] [IPython-dev] Testing matplotlib on IPython trunk

2009-09-21 Thread Gökhan Sever
menting oh that is possible in Python, oh this is too :) On Tue, Sep 22, 2009 at 12:18 AM, Fernando Perez wrote: > 2009/9/21 Gökhan Sever : > > > > It's a very late reply but I am wondering how to make these appear in the > Ipy dev loaded into the session but not visible t

[matplotlib-devel] Error building docs from the source

2009-11-07 Thread Gökhan Sever
Hello, The latest check-out gives an error while trying to build the documentation. Hitting "q" in pdb prompt resumes the execution and finishes the creation successfully. [gse...@ccn doc]$ python make.py all Running Sphinx v0.6.2 loading pickled environment... done animation, api, axes_grid, ev

Re: [matplotlib-devel] Error building docs from the source

2009-11-09 Thread Gökhan Sever
ings change. Can you try removing > the build directory, rebuilding matplotlib, and then rebuilding the docs? > > Mike > > > On 11/07/2009 12:10 PM, Gökhan Sever wrote: > > Hello, > > The latest check-out gives an error while trying to build the > documentation. Hit

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-11-09 Thread Gökhan Sever
t I > guess that it will be integrated soon. > > Pierre > > 2009/11/9 Gökhan Sever : >> Hi Pierre, >> >> What is the latest status on this improvement? Will you give a patch >> to the matplotlib? >> >> Please let me know. >> >> Thanks &

Re: [matplotlib-devel] Improve ticks with an offset readability

2009-11-16 Thread Gökhan Sever
2009/11/15 Francisco Javier de la Peña > Hi, > > I find it difficult to read the values of an axis when the offset is > active. The problem is that many time I find myself doing calculations like > -1.2345e2-0.048 to find out the value of the tick. I send enclosed a patch > and a test file to, in

Re: [matplotlib-devel] Improve ticks with an offset readability

2009-11-17 Thread Gökhan Sever
t; Francisco > > El 17 de noviembre de 2009 00:58, Gökhan Sever > escribió: > >> >> >> 2009/11/15 Francisco Javier de la Peña >> >> Hi, >>> >>> I find it difficult to read the values of an axis when the offset is >>> active. The pr

Re: [matplotlib-devel] Improve ticks with an offset readability

2009-11-17 Thread Gökhan Sever
4x1e-8+2.995e-5 you get 99x1e-8+2.9e-5 that I think it is easier to > read. In addition, if the number of significant figures in the axis range > changes it takes it into account so the offset becomes human friendly for > all the axis values. > > Cheers, > > Francisco > > 20

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Gökhan Sever
On Sun, Jan 3, 2010 at 12:35 PM, John Hunter wrote: > On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > > > Your patch file is backwards, it would revert your changes if applied > > to the updated code. It doesn't matter, the patch is so small that the > > changes can just be cut and pasted.

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-11 Thread Gökhan Sever
con not found error message. > > Thanks, > Pierre > > 2010/1/3 John Hunter : > > On Sun, Jan 3, 2010 at 2:41 PM, Gökhan Sever > wrote: > >> You seemed like forgetting to check-in the qt4_editor_options.svg, > because I > >> get file not found

Re: [matplotlib-devel] git migration

2010-03-02 Thread Gökhan Sever
On Tue, Mar 2, 2010 at 9:17 PM, Andrew Straw wrote: > Eric Firing wrote: > > All, > > > > I think the git migration deserves its own thread on the devel list, so > > here is a start. > > > To the uninitiated - a decision is being made that MPL is moving to git > and github. We hope that this move

Re: [matplotlib-devel] git migration

2010-03-02 Thread Gökhan Sever
On Tue, Mar 2, 2010 at 11:03 PM, Matthew Brett wrote: > Hi, > > > Apart from being inflammatory, has anyone considered code.google.com(GC) as > > a solution? > > ;) - speaking as someone with no right to offer an opinion - please, > no. Google blocks Cuba from google code completely, for no obv

Re: [matplotlib-devel] performance (speed) of logarithmic plots

2010-03-19 Thread Gökhan Sever
On Thu, Mar 18, 2010 at 6:21 PM, Andrew Hawryluk wrote: > I've observed a significant difference in the time required by different > plotting functions. With a plot of 5000 random data points (all > positive, non-zero), plt.semilogx takes 3.5 times as long as plt.plot. > (Data for the case of savi

Re: [matplotlib-devel] [Matplotlib-users] toolbar

2010-04-02 Thread Gökhan Sever
On Fri, Apr 2, 2010 at 1:25 PM, Peter Butterworth wrote: > Any feedback on the submitted patch ? > > > I've now added the possibility to switch autoscale off. > > On Sun, Mar 28, 2010 at 9:26 PM, Peter Butterworth > wrote: > > please find attached the 2 patched files and the diff vs trunk. > Hi

Re: [matplotlib-devel] qt4_editor

2010-04-12 Thread Gökhan Sever
On Sun, Apr 11, 2010 at 1:53 PM, Peter Butterworth wrote: > I've now uploaded the final version for review at the sourceforge tracker : > > https://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&atid=560722 > > figureoptions.py: modify plot options interactively (see attached > sc

Re: [matplotlib-devel] qt4_editor

2010-04-13 Thread Gökhan Sever
exts tab. > Yes, this would be another nice addition. Thanks for your efforts. > > > On Tue, Apr 13, 2010 at 6:55 AM, Gökhan Sever > wrote: > > > > > > On Sun, Apr 11, 2010 at 1:53 PM, Peter Butterworth > > wrote: > >> > >> I've no

Re: [matplotlib-devel] matplotlib broken on fedora 12

2010-04-25 Thread Gökhan Sever
On Sun, Apr 25, 2010 at 12:33 PM, Neal Becker wrote: > python-matplotlib-0.99.1.2-1.fc12.x86_64 > > When I hit 'print' button, I get a partially painted dialog. Screenshot > attached. This is repeatable on 2 different machines. > I am on Fedora 12. Where is print button in matplotlib? You mean

Re: [matplotlib-devel] matplotlib broken on fedora 12

2010-04-25 Thread Gökhan Sever
On Sun, Apr 25, 2010 at 12:52 PM, Neal Becker wrote: > Yes, I meant the 'save' button in the upper right. > > It used to work, but some update seems to have broken it. Strange, so far > the only application that shows a problem like this (and I do use a lot of > different apps!) > Do you get an

Re: [matplotlib-devel] matplotlib broken on fedora 12

2010-04-25 Thread Gökhan Sever
On Sun, Apr 25, 2010 at 1:02 PM, Neal Becker wrote: > Yes, I get this: > > kfilemodule(29192)/kio (KDirModel) KDirModelPrivate::_k_slotDeleteItems: No > node found for item that was just removed: > KUrl("file:///home/nbecker/test1.cs") > kfilemodule(29192): couldn't create slave: "Unable to creat

Re: [matplotlib-devel] matplotlib broken on fedora 12

2010-04-25 Thread Gökhan Sever
On Sun, Apr 25, 2010 at 1:28 PM, Neal Becker wrote: > savefig works fine. > > Using 'gtk' backend I can save, but seems to have other problems. > > Using recommended TkAgg I get error that > ImportError: No module named backend_tkagg > You will have to make some installations to bring TkAgg aliv

Re: [matplotlib-devel] matplotlib broken on fedora 12

2010-04-25 Thread Gökhan Sever
On Sun, Apr 25, 2010 at 1:37 PM, Neal Becker wrote: > Qt4Agg is the one that I used first - the one that doesn't work. > Pardon my wrong guess :) Sometimes this Linux world goes beyond/behind my expectations... Can you run another Qt4 application properly? -- Gökhan ---

Re: [matplotlib-devel] bug: default key bindings

2010-07-26 Thread Gökhan Sever
On Mon, Jul 26, 2010 at 4:01 PM, Eric Firing wrote: > A message to the users' list prompted me to begin a tirade about the > default key bindings that appeared some time fairly recently--see the > bottom of the matplotlibrc_template file. I really think that having > these bindings enabled by de

[matplotlib-devel] 1 failing test from mpl v1.0-rev8624

2010-08-06 Thread Gökhan Sever
Hello, Just reporting if all is good with the mpl test suite. >>> import matplotlib >>> matplotlib.test() /home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/axes.py:2377: UserWarning: Attempting to set identical left==right results in singular transformations; automatically expanding. lef

Re: [matplotlib-devel] [IPython-dev] IPython (new) + matplotlib report: happy news

2010-09-13 Thread Gökhan Sever
Hi Fernando, On Mon, Sep 13, 2010 at 3:58 PM, Fernando Perez wrote: > Hi folks, > > One small request: is it possible/easy to add to the MPL examples a > little 'copy to clipboard' button or link? Now that one can > copy/paste wholesale examples into an interactive session to explore > them, it

Re: [matplotlib-devel] [IPython-dev] IPython (new) + matplotlib report: happy news

2010-09-14 Thread Gökhan Sever
On Mon, Sep 13, 2010 at 6:44 PM, Fernando Perez wrote: > Thanks, that's good to know. But I'm mostly thinking of teaching > situations, so it would be nice to have this in the source: it's not > for my use but for the benefit of students who may be in a lab where > they can't install extensions.

Re: [matplotlib-devel] [IPython-dev] IPython (new) + matplotlib report: happy news

2010-09-14 Thread Gökhan Sever
On Tue, Sep 14, 2010 at 1:48 PM, Anne Archibald wrote: > On 14 September 2010 11:08, Gökhan Sever wrote: > > > 1-) When one downloads a script from the matplotlib gallery via an > external > > script (name it load_into_ipython or open_with_ipython) the contents of > tha

Re: [matplotlib-devel] [IPython-dev] IPython (new) + matplotlib report: happy news

2010-09-14 Thread Gökhan Sever
On Tue, Sep 14, 2010 at 1:58 PM, Fernando Perez wrote: > >> 2-) Matplotlib gallery might turn to an interactive environment where > you > >> can execute the script from right within your browser and change > parameters > >> in the same browser window. As far as I know mpl figures can now be > draw

[matplotlib-devel] Figure legend position mismatch on screen and PDF

2010-10-20 Thread Gökhan Sever
Hello, Please see the screenshot at http://img225.imageshack.us/img225/1052/legendposition.png Although the visible difference is minor, I get slightly shifted legend positions on screen (and saving as png) and in pdf file. This required me to make manual adjustments (change axes vertical distanc

Re: [matplotlib-devel] Figure legend position mismatch on screen and PDF

2010-10-22 Thread Gökhan Sever
On Thu, Oct 21, 2010 at 11:43 AM, Jouni K. Seppänen wrote: > Gökhan Sever writes: > >> Please see the screenshot at >> http://img225.imageshack.us/img225/1052/legendposition.png > > Can you make a self-contained test case? > > -- > Jouni K. Seppänen > http:/

[matplotlib-devel] Two failures on mpl-rev8969 test suite

2011-02-14 Thread Gökhan Sever
python Python 2.7 (r27:82500, Sep 16 2010, 18:02:00) [GCC 4.5.1 20100907 (Red Hat 4.5.1-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib >>> matplotlib.test() Warning: divide by zero encountered in log Warning: divide by zero encountered in

Re: [matplotlib-devel] Possibility for internationalized sphinx docs?

2011-02-22 Thread Gökhan Sever
On Tue, Feb 22, 2011 at 12:45 PM, Benjamin Root wrote: > Hello all, > > Given some recent -- ahem -- difficulties with matplotlib users where > English is not their native language, it has dawned on me that maybe we > ought to consider making available translated versions of our > documentation.

Re: [matplotlib-devel] Possibility for internationalized sphinx docs?

2011-02-22 Thread Gökhan Sever
On Tue, Feb 22, 2011 at 3:00 PM, Benjamin Root wrote: > >> Doesn't Perl5 let you completely restructure its syntax? And bash does > have me typing "fi" everywhere... > > Ben Root > I was thinking to use a variable name of "değişken" instead of "variable". Can Perl5 allow this? Isn't that "fi" j

[matplotlib-devel] csd demo image clipped

2011-03-05 Thread Gökhan Sever
Hi, Definitely a minor issue but I see the csd demo image a bit clipped from the left and the top subplot mixed with the bottom one on http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.csd Looks fine when I locally run the csd_demo.py example. -- Gökhan ---

Re: [matplotlib-devel] Updating documentation

2011-03-14 Thread Gökhan Sever
Are there any update on your work Ben? It might be a good idea to update svn based based development to git workflow or at least put a reminder in the news section on the documentation noting that matplotlib code has a new home at https://github.com/matplotlib/matplotlib On Tue, Mar 8, 2011 at 11

Re: [matplotlib-devel] Bleeding edge repository location

2011-04-14 Thread Gökhan Sever
Hi, "For details on what's new, see the detailed changelog or browse the source code . " The source code links broken. https://github.com/matplotlib/matplotlib.git -> https://github.com/matplotlib

Re: [matplotlib-devel] Contributed example

2011-07-08 Thread Gökhan Sever
I think this illustration deserves its places amongst the mpl gallery --probably somewhere towards the very beginning. Thanks for the well documented code Nicolas. On Fri, Jul 8, 2011 at 2:09 AM, Nicolas Rougier wrote: > > > Hi, > > > I've been playing with matplotlib to check if it can produce g

[matplotlib-devel] An issue using matplotlib in the new ipython

2011-08-24 Thread Gökhan Sever
Hi, Using the new IPython with --pylab option: Creating a simple plot via plt.plot(range(10)) then typing in the shell for example: plt.plot? and getting the help blocks the figure. Is this a known issue? I don't recall seeing this behavior in the previous IPython. matplotlib.__version__ '1.1

[matplotlib-devel] Tight layout function

2011-09-12 Thread Gökhan Sever
Hi, Thanks for the newly added plt.tight_layout function to the master mpl branch. This saves me from manually adjusting the spacing around the figure canvas each time I need to use the full available figure space. For this I was switching from Qt4Agg to WXAgg backend, so that I was able to read r

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-12 Thread Gökhan Sever
Hello, This is a good idea indeed. Especially, when one creates plots for presentations and papers. Usually, I make ticks, ticklabels, axes labels, line widths, marker sizes as large as possible (within reasonable limits) to make them more readable for presentation purposes. However, the same elem