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




Showing 6 results of 6

From: John H. <jd...@gm...> - 2009年06月15日 20:35:43
On Mon, Jun 15, 2009 at 3:33 PM, John Hunter<jd...@gm...> wrote:
> On Mon, Jun 15, 2009 at 3:28 PM, Reinier Heeres<re...@he...> wrote:
>> John,
>>
>> Shall I update this file and change the error to say something like
>> "mplot3d is now available as a toolkit, use import
>> mpl_toolkits.mplot3d"?
>>
>> The other option would be to just do a "from mpl_toolkits.mplot3d.axes3d".
>
> I prefer the first option.
Actually, I prefer removing axes3d from the matplotlib dir directly.
After the release, I will make sure it gets plenty of visibility in
the announcement and in the news box on the website main page.
Between that and the gallery, people will be able to find it.
So please just go ahead and remove lib/matplotlib/axes3d.py
JDH
From: John H. <jd...@gm...> - 2009年06月15日 20:34:02
On Mon, Jun 15, 2009 at 3:28 PM, Reinier Heeres<re...@he...> wrote:
> John,
>
> Shall I update this file and change the error to say something like
> "mplot3d is now available as a toolkit, use import
> mpl_toolkits.mplot3d"?
>
> The other option would be to just do a "from mpl_toolkits.mplot3d.axes3d".
I prefer the first option.
JDH
From: Reinier H. <re...@he...> - 2009年06月15日 20:29:54
John,
Shall I update this file and change the error to say something like
"mplot3d is now available as a toolkit, use import
mpl_toolkits.mplot3d"?
The other option would be to just do a "from mpl_toolkits.mplot3d.axes3d".
Regards,
Reinier
On Mon, Jun 15, 2009 at 2:13 AM, Gökhan SEVER<gok...@gm...> wrote:
> On Sat, Jun 13, 2009 at 4:17 PM, Reinier Heeres <re...@he...> 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. Thanks for the fix.
>
> axes3d.grid works well from matplotlibrc file.
>
> Could you tell me how to import axes3d module from within Ipython?
>
> I get the following error when I try: (Seems to me something needs to be
> updated?)
>
> In [3]: from matplotlib import axes3d
> ---------------------------------------------------------------------------
> NotImplementedError            Traceback (most recent call last)
>
> /home/gsever/Desktop/python-repo/matplotlib/examples/mplot3d/text3d_demo.py
> in <module>()
> ----> 1
>    2
>    3
>    4
>    5
>
> /home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/axes3d.py in
> <module>()
> ----> 1
>    2
>    3 raise NotImplementedError('axes3d is not supported in
> matplotlib-0.98. You may want to try the 0.91.x maintenance branch')
>    4
>    5
>
> NotImplementedError: axes3d is not supported in matplotlib-0.98. You may
> want to try the 0.91.x maintenance branch
>
> gs
>
-- 
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands
Tel: +31 6 10852639
From: Ryan M. <rm...@gm...> - 2009年06月15日 14:06:22
On Sun, Jun 14, 2009 at 7:13 PM, Gökhan SEVER <gok...@gm...> wrote:
>
> Could you tell me how to import axes3d module from within Ipython?
>
from mpl_toolkits.mplot3d import axes3d
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
From: Fernando P. <fpe...@gm...> - 2009年06月15日 07:48:12
Hi all,
In order to proceed with contacting speakers, we'd now like to get
some feedback from you. This Doodle poll should take no more than a
couple of minutes to fill out (no password or registration required):
http://doodle.com/hb5bea6fivm3b5bk
So please let us know which topics you are most interested in, and
we'll do our best to accommodate everyone. Keep in mind that speaker
availability and balancing out the topics means that the actual
tutorials offered probably won't be exactly the list of top 8 voted
topics, but the feedback will certainly help us steer the decision
process.
Thanks for your time,
Dave Peterson and Fernando Perez
On Mon, Jun 1, 2009 at 10:21 PM, Fernando Perez<fpe...@gm...> wrote:
> Hi all,
>
> The time for the Scipy'09 conference is rapidly approaching, and we
> would like to both announce the plan for tutorials and solicit
> feedback from everyone on topics of interest.
>
> Broadly speaking, the plan is something along the lines of what we
> had last year: one continuous 2-day tutorial aimed at introductory
> users, starting from the very basics, and in parallel a set of
> 'advanced' tutorials, consisting of a series of 2-hour sessions on
> specific topics.
>
> We will request that the presenters for the advanced tutorials keep
> the 'tutorial' word very much in mind, so that the sessions really
> contain hands-on learning work and not simply a 2-hour long slide
> presentation. We will thus require that all the tutorials will be
> based on tools that the attendees can install at least 2 weeks in
> advance on all platforms (no "I released it last night" software).
>
> With that in mind, we'd like feedback from all of you on possible
> topics for the advanced tutorials. We have space for 8 slots total,
> and here are in no particular order some possible topics. At this
> point there are no guarantees yet that we can get presentations for
> these, but we'd like to establish a first list of preferred topics to
> try and secure the presentations as soon as possible.
>
> This is simply a list of candiate topics that various people have
> informally suggested so far:
>
> - Mayavi/TVTK
> - Advanced topics in matplotlib
> - Statistics with Scipy
> - The TimeSeries scikit
> - Designing scientific interfaces with Traits
> - Advanced numpy
> - Sparse Linear Algebra with Scipy
> - Structured and record arrays in numpy
> - Cython
> - Sage - general tutorial
> - Sage - specific topics, suggestions welcome
> - Using GPUs with PyCUDA
> - Testing strategies for scientific codes
> - Parallel processing and mpi4py
> - Graph theory with Networkx
> - Design patterns for efficient iterator-based scientific codes.
> - Symbolic computing with sympy
>
> We'd like to hear from any ideas on other possible topics of interest,
> and we'll then run a doodle poll to gather quantitative feedback with
> the final list of candidates.
>
> Many thanks,
>
> f
>
From: Gökhan S. <gok...@gm...> - 2009年06月15日 01:26:09
On Sat, Jun 13, 2009 at 4:17 PM, Reinier Heeres <re...@he...> 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. Thanks for the fix.
axes3d.grid works well from matplotlibrc file.
Could you tell me how to import axes3d module from within Ipython?
I get the following error when I try: (Seems to me something needs to be
updated?)
In [3]: from matplotlib import axes3d
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
/home/gsever/Desktop/python-repo/matplotlib/examples/mplot3d/text3d_demo.py
in <module>()
----> 1
 2
 3
 4
 5
/home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/axes3d.py in
<module>()
----> 1
 2
 3 raise NotImplementedError('axes3d is not supported in
matplotlib-0.98. You may want to try the 0.91.x maintenance branch')
 4
 5
NotImplementedError: axes3d is not supported in matplotlib-0.98. You may
want to try the 0.91.x maintenance branch
gs

Showing 6 results of 6

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