SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S






1
(1)
2
3
(4)
4
5
6
7
(1)
8
(3)
9
10
(1)
11
(2)
12
13
14
15
(1)
16
17
(4)
18
(9)
19
(11)
20
(1)
21
(1)
22
23
24
(2)
25
(1)
26
(2)
27
28
(2)
29
(4)
30
(3)






Showing 4 results of 4

From: Damon M. <dam...@gm...> - 2013年06月17日 18:53:49
On Mon, Jun 17, 2013 at 9:50 AM, Michael Droettboom <md...@st...> wrote:
> We're a little behind schedule for 1.3.0 -- held up by the
> distribute/setuptools upgrade debacle. I'd like to put out a 1.3.0rc3
> late tonight or tomorrow, and hopefully get a final release out early
> next week in advance of Scipy if all goes well. Any objections?
>
I'm too far behind on my email to be apprised of the state of distribute vs
setuptools. I trust your judgement :)
>
> Mike
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
-- 
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229
From: Benjamin R. <ben...@ou...> - 2013年06月17日 18:10:49
On Mon, Jun 17, 2013 at 10:05 AM, Michael Droettboom <md...@st...>wrote:
> It might be a good idea to add some of these recommendations to MEP10,
> which serves somewhat as a guide to those that are going through and
> updating the docstrings.
>
>
Will do. I will try to put something together prior to SciPy 2013 so that
they can be discussed.
>
> On 06/15/2013 02:34 PM, Benjamin Root wrote:
>
> As I continue to put together my tutorial for SciPy 2013, I have come
> to realize several things that are lacking with our documentation. First
> of all, while the pyplot summary table:
> http://matplotlib.org/1.3.0/api/pyplot_summary.html is a great addition,
> it is still a huge mis-mash of different kinds of functions. Some
> functions are for plotting, others are for figure and axes prep, and others
> are for decorating the plot. I am just about done with my reorganized list
> and will post it for others to comment and possibly include for that page.
>
>
> Sounds good.
>
>
> Second, if there is one thing that Matlab gets right, it is its
> documentation. Let's compare the doc page for the hist() function:
>
> http://matplotlib.org/1.3.0/api/pyplot_api.html#matplotlib.pyplot.hist
> http://www.mathworks.com/help/matlab/ref/hist.html
> (for those with NoScript, you will want javascript turned on for the
> mathworks page)
>
> First off, I think there is some sort of error in the docstring because
> the sphinx rendering is a bit messed up. Second, in the matlab doc page,
> there is a dead simple, complete, concise example for each call signature,
> and an image of the plot to go with it.
>
> I think this is key. I am finding some functions that have examples that
> demonstrate more than just the plotting function, i.e., hexbin(), or are
> missng examples altogether, i.e., matshow() and pie().
>
> So, my proposal is this. For every plotting function, there should be a
> minimalist, complete example available to demonstrate it. Further, that
> example and its result should be easily viewable from the function's
> documentation. For organization's sake, I would suggest having a
> consistent naming scheme for this kind of example. Lastly, such an example
> should be required as part of any pull request to add new plotting
> functions.
>
> Also sounds good. Let's add that to the pull request checklist here:
>
> http://matplotlib.org/devel/coding_guide.html
>
>
I'll put together a PR with a proposed naming scheme and a first pass at
creating a bunch of these examples. I was thinking that it might be nice
to put together a "gallery" of some sort that showcases the plotting
functions that are available using these simple examples, and clicking on
the image would take you to the documentation for that function.
>
> As a side note related to "easily viewable example code", one thing I
> don't like about the examples in the doc strings is that they don't provide
> me a link to one of these pages:
> http://matplotlib.org/1.3.0/examples/pie_and_polar_charts/pie_demo_features.html.
> Those pages are nice because I can see the code and the image it produces
> at the same time. Instead, those API doc pages just gives me a link to
> download the source code, or to view the image. Is it at all possible to
> have the example sphinx directive include a link to those example pages
> when rendering the API documentation?
>
>
> It is possible -- it's not really how it works now. The example pages are
> generated from python source files in the examples/ tree, whereas the
> docstring examples are inserted inline into the docstring (or sometimes
> referencing external files). But with a little tweaking of the plot
> directive extension, it should be possible.
>
>
We can certainly flesh out the idea some more during SciPy2013.
In the meantime, a "bug" I have noticed. In the list of markers:
http://matplotlib.org/1.3.0/api/markers_api.html, we have things like
"TICKLEFT", "CARETUP" and such. These seem to be some sort of placeholder
for the numerical values and is quite confusing. I suspect this has been
this way for a while now.
Cheers!
Ben Root
From: Michael D. <md...@st...> - 2013年06月17日 14:58:40
We're a little behind schedule for 1.3.0 -- held up by the 
distribute/setuptools upgrade debacle. I'd like to put out a 1.3.0rc3 
late tonight or tomorrow, and hopefully get a final release out early 
next week in advance of Scipy if all goes well. Any objections?
Mike
From: Michael D. <md...@st...> - 2013年06月17日 14:08:06
It might be a good idea to add some of these recommendations to MEP10, 
which serves somewhat as a guide to those that are going through and 
updating the docstrings.
On 06/15/2013 02:34 PM, Benjamin Root wrote:
> As I continue to put together my tutorial for SciPy 2013, I have come 
> to realize several things that are lacking with our documentation. 
> First of all, while the pyplot summary table: 
> http://matplotlib.org/1.3.0/api/pyplot_summary.html is a great 
> addition, it is still a huge mis-mash of different kinds of 
> functions. Some functions are for plotting, others are for figure and 
> axes prep, and others are for decorating the plot. I am just about 
> done with my reorganized list and will post it for others to comment 
> and possibly include for that page.
Sounds good.
>
> Second, if there is one thing that Matlab gets right, it is its 
> documentation. Let's compare the doc page for the hist() function:
>
> http://matplotlib.org/1.3.0/api/pyplot_api.html#matplotlib.pyplot.hist
> http://www.mathworks.com/help/matlab/ref/hist.html
> (for those with NoScript, you will want javascript turned on for the 
> mathworks page)
>
> First off, I think there is some sort of error in the docstring 
> because the sphinx rendering is a bit messed up. Second, in the 
> matlab doc page, there is a dead simple, complete, concise example for 
> each call signature, and an image of the plot to go with it.
>
> I think this is key. I am finding some functions that have examples 
> that demonstrate more than just the plotting function, i.e., hexbin(), 
> or are missng examples altogether, i.e., matshow() and pie().
>
> So, my proposal is this. For every plotting function, there should be 
> a minimalist, complete example available to demonstrate it. Further, 
> that example and its result should be easily viewable from the 
> function's documentation. For organization's sake, I would suggest 
> having a consistent naming scheme for this kind of example. Lastly, 
> such an example should be required as part of any pull request to add 
> new plotting functions.
Also sounds good. Let's add that to the pull request checklist here:
http://matplotlib.org/devel/coding_guide.html
>
> As a side note related to "easily viewable example code", one thing I 
> don't like about the examples in the doc strings is that they don't 
> provide me a link to one of these pages: 
> http://matplotlib.org/1.3.0/examples/pie_and_polar_charts/pie_demo_features.html. 
> Those pages are nice because I can see the code and the image it 
> produces at the same time. Instead, those API doc pages just gives me 
> a link to download the source code, or to view the image. Is it at 
> all possible to have the example sphinx directive include a link to 
> those example pages when rendering the API documentation?
It is possible -- it's not really how it works now. The example pages 
are generated from python source files in the examples/ tree, whereas 
the docstring examples are inserted inline into the docstring (or 
sometimes referencing external files). But with a little tweaking of 
the plot directive extension, it should be possible.
Mike
>
> Cheers!
> Ben Root
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
>
>
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Showing 4 results of 4

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /