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



Showing 3 results of 3

From: John N S G. <jn...@eu...> - 2004年03月29日 15:52:06
I've used:
"C-x v a" from emacs with some success in the past.
Of course this is no help at all if you're not using emacs.
>From the emacs help:
C-x v a runs the command vc-update-change-log
 which is an interactive compiled Lisp function in `vc'.
(vc-update-change-log &rest ARGS)
 
Find change log file and add entries from recent version control logs.
Normally, find log entries for all registered files in the default
directory.
 
With prefix arg of C-u, only find log entries for the current buffer's
file.
 
With any numeric prefix arg, find log entries for all currently visited
files that are under version control. This puts all the entries in the
log for the default directory, which may not be appropriate.
 
>From a program, any ARGS are assumed to be filenames for which
log entries should be gathered.
John
On Mon, 2004年03月29日 at 15:56, John Hunter wrote:
> Steve Chaplin rightly pointed out on matplotlib-users that the
> CHANGELOG is not being updated. So I'm going to make a renewed effort
> to do this, and I urge others who make CVS commits to do the same.
> 
> Is there a good way to automate this, so that the -m messages with
> commits automatically get added to the CHANGELOG, or some other trick?
> 
> JDH
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: John H. <jdh...@ac...> - 2004年03月29日 15:18:55
Steve Chaplin rightly pointed out on matplotlib-users that the
CHANGELOG is not being updated. So I'm going to make a renewed effort
to do this, and I urge others who make CVS commits to do the same.
Is there a good way to automate this, so that the -m messages with
commits automatically get added to the CHANGELOG, or some other trick?
JDH
From: Todd M. <jm...@st...> - 2004年03月29日 14:35:39
On Sat, 2004年03月27日 at 16:22, John Hunter wrote:
> I just updated the image module to work with Numeric or numarray (now
> that matplotlib is the recommended 2D plotting package on the numarray
> homepage!). Changes in CVS.
> 
> The code uses the Numeric compatibility layer of numarray, but I am
> unsure how to best handle the decision of which one to build with.
> Whichever arrayobject.h you include (Numeric or numarray), the code
> works with either kind of array, so that is not the issue. But there
> will be those who want to build with numarray and vice-versa, so my
> question is how to best support this.
> 
> Here is what I am currently doing in setup.py:
> 
> # build the image support module - requires agg and Numeric or
> # numarray. You can build the image module with either Numeric or
> # numarray. Whichever way you build it, the code will work with
> # both Numeric or numarray arrays, but you will get the best
> # performance if you build with the type of array you use most
> #BUILD_IMAGE = 0 # no image support
> #BUILD_IMAGE = 'Numeric' # use Numeric 
> BUILD_IMAGE = 'numarray' # use numarray 
> 
> and then setting a precompiler macro in setupext.py which determines
> which header is used.
> 
> Another possibility is to look for a matplotlibrc file at build time
> and build according to the numerix setting. I think this is a nice
> solution but adds an extra later of complexity.
> 
> The additional (and perhaps most important) question is how to handle
> the win32 build vis-a-vis Numeric/numarray?
> 
> I ran some very rough profiling numbers. image_demo.py and
> image_demo_na.py are identical except the latter defines
> rcParams['numerix'] = 'numarray'. 
> 
> # build with Numeric
> hunter:> time python image_demo.py -dAgg
> 0.460u 0.070s 0:00.61 86.8% 0+0k 0+0io 5040pf+0w
> hunter:> time python image_demo_na.py -dAgg 
> 2.550u 0.080s 0:02.79 94.2% 0+0k 0+0io 5211pf+0w
> 
> # build with numarray
> hunter:> time python image_demo.py -dAgg
> 0.560u 0.140s 0:00.78 89.7% 0+0k 0+0io 5226pf+0w
> hunter:> time python image_demo_na.py -dAgg 
> 0.540u 0.120s 0:00.72 91.6% 0+0k 0+0io 5197pf+0w
> 
> The basic result is that numarray users pay a heavy performance price
> if the image module is built with Numeric, but if built with numarray
> both types of arrays perform comparably (and are performance
> competitive with the pure numeric case)
I'll try to find out why there's a difference here.
> 
> Finally, if any of you stsci folks on the list have a nice color image
> of the heavens you could produce with imshow, that would make a
> stellar screenshot for the website :-)
Perry probably has ideas about more appropriate images for this
application, but here is one of the coolest images I know of. (check it
out even if you don't want a jpeg):
http://imgsrc.hubblesite.org/hu/db/2004/07/images/m/formats/full_jpg.jpg
I believe the deepest optical image ever taken, The Deepest. It's
called the Hubble Ultra Deep Field (HUDF). Almost everything in the
picture are galaxies. The picture itself represents a very small region
of sky. Each little spec is billions of suns. 
Regards,
Todd
> 
> JDH
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
-- 
Todd Miller <jm...@st...>

Showing 3 results of 3

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