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





Showing 10 results of 10

From: Ryan M. <rm...@gm...> - 2008年06月27日 22:49:09
Hi,
I think I found a bug while looking over scale.py:
 127 class InvertedNaturalLogTransform(Transform):
 128 input_dims = 1
 129 output_dims = 1
 130 is_separable = True
 131 base = np.e
 132
 133 def transform(self, a):
 134 return ma.power(np.e, a) / np.e
 135
 136 def inverted(self):
 137 return LogScale.Log2Transform()
Shouldn't line 137 instead read:
	return LogScale.NaturalLogTransform()
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
From: Gael V. <gae...@no...> - 2008年06月27日 18:26:02
The deadline for submitting abstracts to the Scipy conference was tonight.
In order to give you more time to submit excellent abstracts, the review
committee is extending the deadline to Monday (June 30th), and will work
hastily to get all of them reviewed in time for the program announcement,
on Thursday July 3rd.
----
The SciPy 2008 Conference will be held 21-22 August 2008 at the
California Institute of Technology, Pasadena, California. SciPy is a
scientific computing package, written in the Python language. It is
widely used in research, the industry and academia.
The program features tutorials, contributed papers, lightning talks, and
bird-of-a-feather sessions. We are soliciting talks and accompanying
papers (either formal academic or magazine-style articles) that discuss
topics which center around scientific computing using Python. These
include applications, teaching, future development directions and
research. A collection of peer-reviewed articles will be published as
part of the proceedings.
Proposals for talks are submitted as extended abstracts. There are two
categories of talks:
Lightning talks
These talks are 10 minutes in duration. An abstract of between 300 and
700 words should describe the topic and motivate its relevance to
scientific computing. Lightning talks do not require an accompanying
article (although, if submitted, these will still be published).
Paper presentations
These talks are 35 minutes in duration (including questions). A one page
abstract of no less than 500 words (excluding figures and references)
should give an outline of the final paper. Papers are due two weeks
before the conference, and may be in a formal academic style, or in a
more relaxed magazine-style format.
If you wish to present a talk at the conference, please create an account
on the website http://conference.scipy.org. You may then submit an
abstract by logging in, clicking on your profile and following the "
Submit an abstract " link.
Gaël, on behalf on the SciPy08 organizing committee.
From: John H. <jd...@gm...> - 2008年06月27日 14:58:39
Attachments: gpylab
On Fri, Jun 27, 2008 at 8:03 AM, Nicolas Rougier
<Nic...@lo...> wrote:
> I've developed a GTK/Python/Pylab console that is able to display
> most matplotlib figures directly within the console and handle
> matplotlib mouse events properly.
What would be really great is if you could insert the toolbar under
the figure so panning and zooming would be enabled.
Also, you mentioned getting lost in the flurry of ipython1 -- you may
want to check back with them in the near future because I think they
are making great strides and a gtk frontend would be excellent.
Finally, I've made a minor additions to support "draw_if_interactive"
so you don't need to call show. Just type "plot" or "xlim" etc and
the plot automagically updates. I also needed to replace partial
since it does not ship with python2.4.
Thanks,
JDH
From: Michael D. <md...@st...> - 2008年06月27日 13:30:51
Thanks, Chris. Fixed.
Mike
Chris Walker wrote:
> The patch below fixes a minor typo in the documentation. 
>
> Chris
>
> cjtest@Daedalus:~/mydeb/mpl-svn/matplotlib/trunk/matplotlib/lib/matplotlib$ svn diff afm.py 
> Index: afm.py
> ===================================================================
> --- afm.py	(revision 5683)
> +++ afm.py	(working copy)
> @@ -4,7 +4,7 @@
> than mine) I decided not to go with them because either they were
> either
> 
> - 1) copyighted or used a non-BSD compatible license
> + 1) copyrighted or used a non-BSD compatible license
> 
> 2) had too many dependencies and I wanted a free standing lib
> 
>
>
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> 
-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA
From: Chris W. <ch...@ch...> - 2008年06月27日 13:12:33
The patch below fixes a minor typo in the documentation. 
Chris
cjtest@Daedalus:~/mydeb/mpl-svn/matplotlib/trunk/matplotlib/lib/matplotlib$ svn diff afm.py 
Index: afm.py
===================================================================
--- afm.py	(revision 5683)
+++ afm.py	(working copy)
@@ -4,7 +4,7 @@
 than mine) I decided not to go with them because either they were
 either
 
- 1) copyighted or used a non-BSD compatible license
+ 1) copyrighted or used a non-BSD compatible license
 
 2) had too many dependencies and I wanted a free standing lib
 
From: Nicolas R. <Nic...@lo...> - 2008年06月27日 13:03:24
Hi all, 
I've developed a GTK/Python/Pylab console that is able to display
most matplotlib figures directly within the console and handle
matplotlib mouse events properly.
Screenshots and sources are available at:
http://www.loria.fr/~rougier/pylab.html
I've tested several examples from matplotlib examples and they
seem to be displayed properly. Any comments/requests are welcome.
Nicolas Rougier.
From: Michael D. <md...@st...> - 2008年06月27日 12:49:46
Thanks. It's supposed to try an autodelimiter (something like "\left(" 
) first, and then fallback to regular symbols. Unfortunately, inside a 
group, the fallback wasn't happening correctly. It's a one character 
fix. ;)
Cheers,
Mike
Manuel Metz wrote:
> Hi,
> just want to point to a bug (2002836) reported on sourceforge.
>
> I could track this a little bit more down and found that a subscript 
> like r'x_{\leftarrow}' fails, whereas r'x_\leftarrow' works (!); also 
> fails e.g. for r'x_{\leftrightarrow}'. Anything that starts with 
> \right or \Left works, too.
> Seems to be related to Parser.autoDelim ?!
>
> Manuel
-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA
From: Manuel M. <mm...@as...> - 2008年06月27日 05:27:16
Hi,
 just want to point to a bug (2002836) reported on sourceforge.
 I could track this a little bit more down and found that a subscript 
like r'x_{\leftarrow}' fails, whereas r'x_\leftarrow' works (!); also 
fails e.g. for r'x_{\leftrightarrow}'. Anything that starts with \right 
or \Left works, too.
 Seems to be related to Parser.autoDelim ?!
Manuel
From: Gael V. <gae...@no...> - 2008年06月27日 05:20:34
We are delighted to announce that the Python Software Foundation has
answered our call and is providing sponsoring to the SciPy08 conference.
We will use this money to sponsor the registration fees and travel for up
to 10 college or graduate students to attend the conference. The PSF did
not provide all the founds required for all 10 students and once again
Enthought Inc. (http://www.enthought.com) is stepping up to fill in.
To apply, please send a short description of what you are studying and
why you’d like to attend to in...@en.... Please include telephone
contact information.
Thanks a lot to Travis Vaught from Enthought for bringing this project to
a success.
Please don't hesitate to forward this announcement to anybody who might
be interested.
Gaël, on behalf of the Scipy08 organisation committee
SciPy coneference site: http://conference.scipy.org
From: Gael V. <gae...@no...> - 2008年06月27日 02:57:41
On Thu, Jun 26, 2008 at 01:50:29PM -0500, John Hunter wrote:
> I noticed Michael just made a commit adding plot directive examples in
> the doc strings. I think this is a great idea, and very cool, since
> the html docs for a given function will not only link to a complete
> code example, but also have inline figures and links to various output
> high res or vector formats. See for example, at the bottom of the
> help for the hexbin function
> http://matplotlib.sourceforge.net/doc/html/api/axes_api.html#matplotlib.axes.Axes.hexbin
Wow, guys this is really cool. I do hope that you are going to talk about
this at the SciPy08 conference. This is solid gold, IMHO.
Gaël

Showing 10 results of 10

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 によって変換されたページ (->オリジナル) /