[matplotlib-devel] matplotlib user guide

2013-09-25 Thread mark
in details they are unlikely to need (or comprehend). I am very happy to have a go at this and put up a set of suggested changes but I would value input from the community on this approach and my category suggestions before I submit a pull request. many thanks mark

Re: [matplotlib-devel] matplotlib user guide

2013-09-27 Thread mark
coded that might work in my view. mark Introducing Plotting with Matplotlib Pyplot tutorial Controlling line properties Working with multiple figures and axes Working with text Interactive navigation Navigation Keyboard Shortcuts Working with text

Re: [matplotlib-devel] matplotlib user guide

2013-10-21 Thread mark
ering helpful for this piece of work. I feel that this will give us more accessible ways into adding new sections or adapting sections but that this should wait for a follow up activity. many thanks mark On Wed, 25 Sep 2013 08:19:59 + mark wrote: > hi matplotlib developers > > I have be

Re: [matplotlib-devel] matplotlib user guide

2013-10-31 Thread mark
e can work on aspects of the user guide, adding content into appropriate sections. all the best mark On Wed, 25 Sep 2013 08:19:59 + mark wrote: > hi matplotlib developers > > I have been considering the matplotlib user guide structure and it > has occured to me that the

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

2015-01-27 Thread Mark
n a GUI window. Does your solution have to be > in the notebook? > >> On Tue, Jan 27, 2015 at 12:37 AM, Mark Bakker wrote: >> Thanks, Tom. >> >> I want to use ginput to draw a straight line on a graph. >> The line is used to select a cross-section of a contou

[matplotlib-devel] problems with shared axis

2008-10-21 Thread Mark Bakker
first subplot by changing the limits of the y-axis). When I now change the limits on the x-axis, the aspect ratio is not equal anymore ax1.set_xlim(0,2) draw() Thanks for your help. I am willing to help in testing any changes. Best regards, Mark ---

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 c

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread Mark Bakker
I was gone for the weekend (sorry, but that 'life' thing gets in the way of getting things done sometimes). I don't have a way to build stuff at the moment. Can I just check out the axes.py and replace my current one, or are there too many changes? Mark On Fri, Oct 24, 2008 a

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: > &

[matplotlib-devel] Tab Characters in Python Code

2010-04-28 Thread Mark Roddy
nd find -name \*.py|xargs grep -Pl '\t' According to the style guide[1], use of tabs is a bug, but I wanted to inquire if this standard is still in place before filing a bug report. I can provide a patch if so (which should only consist of running reindent). Thanks, Mark 1:

Re: [matplotlib-devel] Tab Characters in Python Code

2010-04-28 Thread Mark Roddy
On Wed, Apr 28, 2010 at 11:49 AM, Michael Droettboom wrote: > Thanks.  Yes, I would consider tabs a bug.  A patch is very welcome. > > Mike > > Mark Roddy wrote: >> >> I'm trying to resolve an issue with my source base that uses >> matplotlib.  We run ou

Re: [matplotlib-devel] Tab Characters in Python Code

2010-04-28 Thread Mark Roddy
On Wed, Apr 28, 2010 at 12:30 PM, Mark Roddy wrote: > On Wed, Apr 28, 2010 at 11:49 AM, Michael Droettboom wrote: >> Thanks.  Yes, I would consider tabs a bug.  A patch is very welcome. >> >> Mike >> >> Mark Roddy wrote: >>> >>> I'm

Re: [matplotlib-devel] [Numpy-discussion] numpy docs dependency problem in Ubuntu

2011-02-11 Thread Mark Sienkiewicz
matplotlib that does have qt support. I'm not saying you want to do this, but it is an option. If you want to experiment in this direction, there is a list that breaks out requirements for the core and requirements for each of the backends at http://matplotlib.sourceforge.net/users/install

[matplotlib-devel] key_press_event behaviour differs with backend

2011-08-18 Thread Andrew Mark
Hi, This is an extended version of the problems I reported yesterday to the user listserv here: http://sourceforge.net/mailarchive/message.php?msg_id=27953357 The basic problem is that key press events for the navigation keys ('up, 'down', 'left', 'right', 'pageup', and 'pagedown') are handled d

[matplotlib-devel] open bug: losing focus after saving in interactive mode

2006-07-09 Thread Mark Bakker
y plotting statement given after thatcreates a new figure, rather than add to the existing one. I wish I knew how to fix this.I am (still, but not much longer) running Python 2.3, but I think Fernando reportedthe bug in Python 2.4 as well.T

Re: [matplotlib-devel] open bug: losing focus after saving in interactive mode

2006-07-09 Thread Mark Bakker
The weird thing is that this used to work fine in the past.At least, I am pretty sure it did.Then again, I am watching the Worlcup final at this time. So a significant part of my brain is doing something else, MarkOn 7/9/06, John Hunter <[EMAIL PROTECTED]> wrote: >>>>>

[matplotlib-devel] bug introduced in 0.87.3: subprocess error while saving eps

2006-07-10 Thread Mark Bakker
Sorry to bother you again, but I recently upgraded from 0.87.2 to 0.87.3, and cannot save eps files anymore. I get a 'subprocess' error.I am running Python 2.3, mpl 0.87.3, and TkAgg (although that shouldn't matter). Error occurs whether using toolbar or savefig to save.Here's the script and the er

Re: [matplotlib-devel] open bug: losing focus after saving in interactive mode

2006-07-17 Thread Mark Bakker
PROTECTED]> wrote: >>>>> "Mark" == Mark Bakker <[EMAIL PROTECTED]> writes:Mark> The weird thing is that this used to work fine in the past.Mark> At least, I am pretty sure it did.  Then again, I am Mark> watching the Worlcup final at this time.  

[matplotlib-devel] subplots adjust

2006-08-07 Thread Mark Bakker
to have user-defined toolbars (and I am sure others have much better ideas). I would rather put energy towards modifyable toolbars than a dropdown menu,Mark --Message: 4Date: Mon, 7 Aug 2006 09:34:57 -0400 From: Darren Dale <[EMAIL PROTECTED]>Subject: [matplotlib

[matplotlib-devel] Interactive save still broken in Tkinter

2007-04-03 Thread Mark Bakker
bug to be fixed. Anybody any ideas? Thanks, Mark - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topi

[matplotlib-devel] Bug(?) in FancyArrow overhang

2007-05-17 Thread Mark Bakker
ludes_head=True, head_width=5, head_length=5) ax.add_patch(a) b = FancyArrow( 0, 60, 100, 0, length_includes_head=True, head_width=5, head_length=5, overhang=5) ax.add_patch(b) draw_if_interactive() Thanks, Mark - This SF.net email

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

2007-05-18 Thread Mark Bakker
s). It would be great if somebody would know how to fix this. Strangely enough I have written a GUI myself where I use the toolbar, and the save button works fine there. Mark > Date: Thu, 10 May 2007 13:31:18 -0600 > From: "Urvashi R.V." <[EMAIL PROTECTED]> > > Hi, > >

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

2007-05-18 Thread Mark Bakker
Excellent, Perry. Thanks for your help, Mark On 5/18/07, Perry Greenfield <[EMAIL PROTECTED]> wrote: We don't have anyone at the moment that can work on it, but I think on the order of a month or two we can. We see similar issues too. So if someone can deal with it before then, th

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 ingrain

[matplotlib-devel] new location of home.ppm

2007-12-12 Thread Mark Bakker
location of the ppm files. I know, I should from now on distribute these ppm files with the distribution of my own program, but there may be others that have this problem. Not sure what the best solution is. WIll it remain in this new images directory from now on? Thanks, Mark ps. Cross-posted on the

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 sh

[matplotlib-devel] bug in mathtext eps output

2008-03-18 Thread Mark Bakker
have 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.

Re: [matplotlib-devel] new release?

2008-05-13 Thread Mark Bakker
, Mark On Tue, Mar 25, 2008 at 7:50 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 12:02 PM, Michael Droettboom <[EMAIL PROTECTED]> > wrote: > > > The *intention* is that the fonts *should* be included (with the > > exception of ps.useafm =

Re: [matplotlib-devel] new release?

2008-05-14 Thread Mark Bakker
That fixes it on my machine. Except that the function GetRealpathAndStat is in cbook.py (I don't even have a mplutil.py file). Thanks, Mark On Tue, May 13, 2008 at 7:21 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > I suspect on Windows it is safe enough (in most cases) to us

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

2008-06-02 Thread Mark Bakker
aning over looks you are stuck with an ugly logo that carries the right message. So to me, looks it is, Mark > On Jun 1, 2008, at 9:47 AM, Rob Hetland wrote: > > > > 2. I like the figure to the side (and agree that there should be > > only one), but it seems that polar plots

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

2008-08-19 Thread Mark Bakker
ling of contour labels (which is pretty neat!), how do I end this feature? The doc string says: right click, or potentially click both mouse buttons together (which already worries me). Neither works for me on win32, mpl 0.98.3, TkAgg backend, i

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

2008-08-21 Thread Mark Bakker
change the code such that pushing the right button ends the manual input. Is there any reason not to use the right button for that? I hope you can fix the inline problem. Thanks for all the other new cool features, Mark On Tue, Aug 19, 2008 at 4:06 PM, <[EMAIL PROTECTED]> wrote: > Hi, &g

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

2008-09-12 Thread Mark Bakker
be that gives a clue to what goes wrong? Thanks, Mark On Wed, Sep 3, 2008 at 12:47 PM, David M. Kaplan <[EMAIL PROTECTED]>wrote: > Hi, > > Back from vacation. The problem with not being able to end point > selection is easy to fix - allow keyboard clicks to also select points >

Re: [matplotlib-devel] re lease schedule for next version

2012-02-26 Thread Mark Lawrence
o think of it, on my Windows Vista box feel free to ask, as I've been using matplotlib for around seven years and don't mind trying to put a bit back in. -- Cheers. Mark Lawrence. -- Try before you buy = Se

Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-05-12 Thread Mark Lawrence
n malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ My original offer (made several months ago) to help test this on Windows still stands :) -- Cheers. Mark Lawrence. -- Live Security

Re: [matplotlib-devel] python3 release

2012-08-18 Thread Mark Lawrence
ib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > For the record my offer to help with testing on Windows is still open. Don't all rush :) -- Cheers. Mark Lawrence. -

Re: [matplotlib-devel] Release Candidate

2012-09-10 Thread Mark Lawrence
4242012/114/50122263/ > My offer to test on Windows still holds. The question is test what? Assuming that the intent is to support Python 2.6/7 and 3.1/2/3 then different versions of Visual Studio are needed as detailed here http://bugs.python.org/issue13210. I can't see much sense in

Re: [matplotlib-devel] Cutting 1.2rc3

2012-10-22 Thread Mark Lawrence
tely under my radar, sorry about that. I can still give it a try though. I've got 2.7.3 and 3.3.0 on my PC but I don't want to repeat what someone else may have done already. What's the best way forward? -- Cheers. Mark Lawrence. ---

Re: [matplotlib-devel] 1.2.0 Final tagged and uploaded

2012-11-08 Thread Mark Lawrence
ame time as that > announcement. > > Mike > > -- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > -- Cheers. Mark Lawrence.

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

2014-11-18 Thread Mark Bakker
igure with nothing on it When I do a kernel restart and specify the qt backend it works fine (so I have a workaround), but I presume it should work, right? Thanks, Mark -- Download BIRT iHub F-Type - The Free Enterprise-

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 wrote: > Which version of matplotlib are you using? > > On Tue, Nov 18, 2014 at 10:55 AM, Mark Bakker wrote: > >> Hello list, >> >> I don't seem to get xkcd to work in the Ma

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

2014-11-18 Thread Mark Bakker
Like I said, it works fine when I select the QT backend. So I have a workaround. I was just wondering wether it was supposed to work with the MacOSX backend. Does anybody know? If so, I'll file a bug report. Mark On Tue, Nov 18, 2014 at 6:55 PM, Phil Elson wrote: > Isn't the XKC

[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

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

2015-01-27 Thread Mark Bakker
a box? Like the FloatTextWidget in IPython? Problem is I want to make a small GUI that includes both a text widget (which is available in IPython) and a 'select points in graph' widget like ginput in matplotlib. Mark On Mon, Jan 26, 2015 at 11:47 PM, Thomas Caswell wrote: > nbagg is

[matplotlib-devel] RuntimeError in _get_configdir

2008-03-21 Thread Mark E. Hamilton
y writable directory where you want matplotlib data stored "%h) TypeError: not enough arguments for format string -- Mark E. Hamilton Orion International Technologies, Inc. Sandia National Laboratory, NM. 505-844-7666 Index: cutils.py =