[matplotlib-devel] ginput in nbagg backend to use in IPython Notebooks

2015-01-26 Thread Mark Bakker
Hello List, Are there any plans to make ginput work in the nbagg backend? It would be so cool if I could use that in an IPython Notebook together with the other widgets. Thanks, Mark -- Dive into the World of Parallel

[matplotlib-devel] xkcd doesn't seem to work in MacOSX backend

2014-11-18 Thread Mark Bakker
Hello list, I don't seem to get xkcd to work in the MacOSX backend. When I try to make a plot I get a nice white figure with nothing on it. Here's what I did: import matplotlib.pyplot as plt %matplotlib # responds with Using matplotlib backend: MacOSX plt.plot([1,2,3]) # gives white figure with

Re: [matplotlib-devel] xkcd doesn't seem to work in MacOSX backend

2014-11-18 Thread Mark Bakker
Sorry, forgot to mention that: 1.4.0 On Tue, Nov 18, 2014 at 5:00 PM, Benjamin Root ben.r...@ou.edu wrote: Which version of matplotlib are you using? On Tue, Nov 18, 2014 at 10:55 AM, Mark Bakker mark...@gmail.com wrote: Hello list, I don't seem to get xkcd to work in the MacOSX backend

Re: [matplotlib-devel] xkcd doesn't seem to work in MacOSX backend

2014-11-18 Thread Mark Bakker
) AttributeError: GraphicsContextBase instance has no attribute 'draw_path' ``` best Jens On Tue, Nov 18, 2014 at 4:12 PM, Mark Bakker mark...@gmail.com wrote: Sorry, forgot to mention that: 1.4.0 On Tue, Nov 18, 2014 at 5:00 PM, Benjamin Root ben.r...@ou.edu wrote: Which version

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread Mark Bakker
Dang, I looked at it, but so much has changed since 0.98.3 release that I have little chance of getting any changes implemented. Any plans for a new release that you know of? Thanks, Mark On Mon, Oct 27, 2008 at 7:29 PM, Eric Firing [EMAIL PROTECTED] wrote: Mark Bakker wrote: I was gone

Re: [matplotlib-devel] problems with shared axis

2008-10-22 Thread Mark Bakker
Thanks Eric. You know that this has been on my wish list for a long time. Let me know if I can test anything or help in any other way, Mark On Wed, Oct 22, 2008 at 10:54 AM, Eric Firing [EMAIL PROTECTED] wrote: Mark Bakker wrote: Hello list (especially Erik, who can fix this I hope) - I

[matplotlib-devel] problems with shared axis

2008-10-21 Thread Mark Bakker
Hello list (especially Erik, who can fix this I hope) - I have had problems with shared axes, especially when one of the axis has an aspect ratio that is set 'equal'. It has been discussed on the list before (mostly with Erik Firing), but it hasn't been fixed yet. What I want to do is have two

Re: [matplotlib-devel] problems with labeling contour lines in 0.98.3

2008-09-12 Thread Mark Bakker
the contour gets deleted entirely, but this seems to be doing something strange in your case. Cheers, David On Thu, 2008-08-21 at 16:02 +0200, Mark Bakker wrote: David - Enjoy your vacation. I tried the contour_label_demo and it works fine, but my problem remains. I suggest you try

Re: [matplotlib-devel] problems with labeling contour lines in 0.98.3

2008-08-21 Thread Mark Bakker
be of much help - back beginning of next month. It would be useful if you could try the clabel and ginput demo scripts and send images of the resulting figures so that we can determine exactly what things work and donĀ“t work. Thanks, David Mark Bakker [EMAIL PROTECTED] ha escrito

Re: [matplotlib-devel] The new logo (was: future of mpl documentation)

2008-06-02 Thread Mark Bakker
I agree that the new logo looks nice, but I also think that Rob is right: When you see the logo you wouldn't know that we are talking about a general purpose plotting package. So the question is: are we going for looks over meaning? I guess the other way around would be terrible: choosing meaning

Re: [matplotlib-devel] new release?

2008-05-14 Thread Mark Bakker
self._cache[path] = result return result get_realpath_and_stat = GetRealpathAndStat() Cheers, Mike Mark Bakker wrote: John, Michael - Now that we are talking about a new release, did you guys ever manage to fix the bug described below. It had to do with greek symbols

Re: [matplotlib-devel] new release?

2008-05-13 Thread Mark Bakker
John, Michael - Now that we are talking about a new release, did you guys ever manage to fix the bug described below. It had to do with greek symbols not showing up in postscript files on windows. John seemed to have tracked down the source of the problem, but I never heard of a solution.

[matplotlib-devel] bug in mathtext eps output

2008-03-18 Thread Mark Bakker
this problem? It worked for mpl 0.90.1. Has something changed in mathtext that causes this? Mark Bakker - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

Re: [matplotlib-devel] Problem with Agg Ellipses

2007-12-25 Thread Mark Bakker
Tedd, Michael - Sorry to join this discussion late, but wouldn't it be easier to use a representation of an ellipse in complex variables? That's what I have been using and it seems pretty quick to me. Have you guys tried this? Any experience you want to share? Mark

Re: [matplotlib-devel] Inches?

2007-10-30 Thread Mark Bakker
Just to clarify: the OFFICIAL definition of an inch is 2.54 cm. So rounding errors shouldn't be much of a problem. Date: Mon, 29 Oct 2007 09:37:06 -0400 From: Michael Droettboom [EMAIL PROTECTED] I agree that we have to remain in inches internally. Non-metric units are pretty ingrained in

Re: [matplotlib-devel] SaveFig bug in TkAgg backend

2007-05-18 Thread Mark Bakker
This is a well known problem, reported about a year or so ago. John Hunter tried to get some help on the (TK?) mailinglist, but I don't think anybody responded. I looked into it too, but couldn't find a solution (that doesn't mean much, except for that it is not blatently obvious). It would be

[matplotlib-devel] Interactive save still broken in Tkinter

2007-04-03 Thread Mark Bakker
Sorry to bug you about this again. This is an old problem that hasn't been fixed yet. I don't know how to fix it, but I hope somebody does. Using Tkinter, in interactive mode, using pylab, after saving by clicking on the save button on Toolbar2, any reference to the figure will have disappeared

[matplotlib-devel] subplots adjust

2006-08-07 Thread Mark Bakker
Darren -Although I agree with your on some level, the advantage of the current toolbar is that it is easy to incorporate in a GUI, where the user can define his own drop down menu. So I vote for a backend native slider, but keep the button on the toolbar. I have been thinking about an easier way