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

Showing 9 results of 9

From: Steve M. <ste...@jh...> - 2005年12月12日 20:47:08
 
Has anyone worked with quotes_historical_yahoo module enough to know if the
7th attribute, adjusted price, is available? Adjusted price is sort of a
total return figure -- price adjusted for splits and dividends -- and is
actually the critical number to consider for performance over long periods
of time. Finance.quothist in Perl provides this attribute as an option.
 
Steve Miller 
From: Robert K. <rob...@gm...> - 2005年12月12日 20:43:11
Charlie Moad wrote:
> That's great to hear! Thanks for the info. I am just surprised I
> have not seen this response when it has came up on the twisted list.
I, too, find that bizarre since Twisted and Zope were *the* reasons for that
feature.
-- 
Robert Kern
rob...@gm...
"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
 -- Richard Harter
From: Charlie M. <cw...@gm...> - 2005年12月12日 20:26:41
That's great to hear! Thanks for the info. I am just surprised I
have not seen this response when it has came up on the twisted list.
- Charlie
On 12/12/05, Robert Kern <rob...@gm...> wrote:
> Charlie Moad wrote:
> > The way mpl uses the basemap toolkit will not work using
> > setuptools. This is also an issue that twisted runs into. Since
> > matplotlib will be put in one egg folder and basemap will be stuck in
> > another, trying to import matplotlib.toolkits.basemap will yield an
> > error. Just something to think about for down the road, but its
> > probably not a priority now.
>
> That's why setuptools/eggs have the concept of namespace packages. Both t=
he
> matplotlib egg and basemap egg provide the matplotlib.toolkits namespace =
package.
>
> E.g.:
>
> setup(#...
> namespace_packages=3D['matplotlib.toolkits'],
> )
>
> --
> Robert Kern
> rob...@gm...
>
> "In the fields of hell where the grass grows high
> Are the graves of dreams allowed to die."
> -- Richard Harter
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi=
les
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
From: Robert K. <rob...@gm...> - 2005年12月12日 20:19:46
Charlie Moad wrote:
> The way mpl uses the basemap toolkit will not work using
> setuptools. This is also an issue that twisted runs into. Since
> matplotlib will be put in one egg folder and basemap will be stuck in
> another, trying to import matplotlib.toolkits.basemap will yield an
> error. Just something to think about for down the road, but its
> probably not a priority now.
That's why setuptools/eggs have the concept of namespace packages. Both the
matplotlib egg and basemap egg provide the matplotlib.toolkits namespace package.
E.g.:
setup(#...
 namespace_packages=['matplotlib.toolkits'],
)
-- 
Robert Kern
rob...@gm...
"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
 -- Richard Harter
From: Charlie M. <cw...@gm...> - 2005年12月12日 20:13:30
 The way mpl uses the basemap toolkit will not work using
setuptools. This is also an issue that twisted runs into. Since
matplotlib will be put in one egg folder and basemap will be stuck in
another, trying to import matplotlib.toolkits.basemap will yield an
error. Just something to think about for down the road, but its
probably not a priority now.
- Charlie
On 12/11/05, Andrew Straw <str...@as...> wrote:
> Hi All,
>
> I've added a hopefully innocuous few lines to matplotlib's setup.py:
>
> +
> +try:
> + from setuptools import setup # use setuptools if possible
> +except ImportError:
> + pass
> +
>
> This will use setuptools.setup() to install matplotlib if you have
> setuptools installed on your system. I assume that if you have
> setuptools installed, you want to use it, hence the change. However, I
> thought this may potentially cause issues for folks, so I wanted to
> announce the change here.
>
> This change should have no effect for those without setuptools. If you
> do have setuptools, it also means that the matplotlib data files are now
> placed in the resulting .egg. I've therefore also modified
> _get_data_path() in lib/matplotlib/__init__.py to support this change.
>
> For more information on setuptools, see
> http://peak.telecommunity.com/DevCenter/setuptools
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi=
les
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
From: Andrew S. <str...@as...> - 2005年12月12日 17:03:26
Charlie Moad wrote:
>FYI, built a bdist_wininst and it worked fine.
>
>
I just tested it too and it works for me with a non-setuptools install,
with a setuptools install, and with a non-setuptools install in which
setuptools was later installed. I think it should be fine.
From: Charlie M. <cw...@gm...> - 2005年12月12日 16:01:03
FYI, built a bdist_wininst and it worked fine.
On 12/12/05, Charlie Moad <cw...@gm...> wrote:
> I just committed my changes. The simplest approach would be to
> specify the matplotlib module package_data, but the current cvs layout
> doesn't tailor to that very well. So I mimicked distutils install
> command to determine where matplotlib is installed. The datapath is
> then defined as $platlib/matplotlib/mpl-data.
> Why this change? If you take a look at
> matplotlib._get_data_path() you will see. This method has grown to
> probably 100 lines of code to check for various cases, e.g. py2exe,
> setuptools, embedding mpl, etc. Now that the data is installed into
> the matplotlib module you could pretty much reduce to 1 line:
> "os.sep.join([os.path.dirname(__file__), 'mpl-data'])". This now
> handles all the cases mentioned above. I left in the initial check
> for the MATPLOTLIBDATA env key to still allow for some flexibility.
> I have tested on posix and w/wo setuptools. I am going to check
> windows right now, but pretty sure it should work. Please check this
> very carefully before next release as it is a pretty major change.
> Let me know if anyone encounters a problem.
>
> Thanks,
> - Charlie
>
> On 12/7/05, John Hunter <jdh...@ac...> wrote:
> > >>>>> "Charlie" =3D=3D Charlie Moad <cw...@gm...> writes:
> >
> > Charlie> Would it be considered cleaner to embed the mpl data into
> > Charlie> the matplotlib module? This would make it easier to
> > Charlie> clean a mpl install. The data path could be expressed
> > Charlie> fairly easily too, as a one-liner:
> >
> > Charlie> os.sep.join([os.path.split(matplotlib.__file__)[0],
> > Charlie> 'matplotlib-data'])
> >
> > Yes, if you can engineer in a way that works with setup w/ and w/o a
> > --prefix arg it would be preferable, in my view.
> >
> > JDH
> >
>
From: Charlie M. <cw...@gm...> - 2005年12月12日 15:31:06
 I just committed my changes. The simplest approach would be to
specify the matplotlib module package_data, but the current cvs layout
doesn't tailor to that very well. So I mimicked distutils install
command to determine where matplotlib is installed. The datapath is
then defined as $platlib/matplotlib/mpl-data.
 Why this change? If you take a look at
matplotlib._get_data_path() you will see. This method has grown to
probably 100 lines of code to check for various cases, e.g. py2exe,
setuptools, embedding mpl, etc. Now that the data is installed into
the matplotlib module you could pretty much reduce to 1 line:
"os.sep.join([os.path.dirname(__file__), 'mpl-data'])". This now
handles all the cases mentioned above. I left in the initial check
for the MATPLOTLIBDATA env key to still allow for some flexibility.
 I have tested on posix and w/wo setuptools. I am going to check
windows right now, but pretty sure it should work. Please check this
very carefully before next release as it is a pretty major change.=20
Let me know if anyone encounters a problem.
Thanks,
- Charlie
On 12/7/05, John Hunter <jdh...@ac...> wrote:
> >>>>> "Charlie" =3D=3D Charlie Moad <cw...@gm...> writes:
>
> Charlie> Would it be considered cleaner to embed the mpl data into
> Charlie> the matplotlib module? This would make it easier to
> Charlie> clean a mpl install. The data path could be expressed
> Charlie> fairly easily too, as a one-liner:
>
> Charlie> os.sep.join([os.path.split(matplotlib.__file__)[0],
> Charlie> 'matplotlib-data'])
>
> Yes, if you can engineer in a way that works with setup w/ and w/o a
> --prefix arg it would be preferable, in my view.
>
> JDH
>
From: Andrew S. <str...@as...> - 2005年12月12日 01:57:46
Hi All,
I've added a hopefully innocuous few lines to matplotlib's setup.py:
+
+try:
+ from setuptools import setup # use setuptools if possible
+except ImportError:
+ pass
+
This will use setuptools.setup() to install matplotlib if you have
setuptools installed on your system. I assume that if you have
setuptools installed, you want to use it, hence the change. However, I
thought this may potentially cause issues for folks, so I wanted to
announce the change here.
This change should have no effect for those without setuptools. If you
do have setuptools, it also means that the matplotlib data files are now
placed in the resulting .egg. I've therefore also modified
_get_data_path() in lib/matplotlib/__init__.py to support this change.
For more information on setuptools, see
http://peak.telecommunity.com/DevCenter/setuptools

Showing 9 results of 9

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