SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

From: <jd...@us...> - 2009年08月05日 14:54:08
Revision: 7368
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7368&view=rev
Author: jdh2358
Date: 2009年08月05日 14:54:01 +0000 (2009年8月05日)
Log Message:
-----------
make a nested subdir for testing
Added Paths:
-----------
 trunk/sample_data/testdir/
 trunk/sample_data/testdir/subdir/
 trunk/sample_data/testdir/subdir/testsub.csv
Added: trunk/sample_data/testdir/subdir/testsub.csv
===================================================================
--- trunk/sample_data/testdir/subdir/testsub.csv	 (rev 0)
+++ trunk/sample_data/testdir/subdir/testsub.csv	2009年08月05日 14:54:01 UTC (rev 7368)
@@ -0,0 +1,5 @@
+name,age
+john,41
+miriam,38
+rahel,11
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <lee...@us...> - 2009年08月09日 04:34:16
Revision: 7436
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7436&view=rev
Author: leejjoon
Date: 2009年08月09日 04:34:08 +0000 (2009年8月09日)
Log Message:
-----------
axes_grid data file added
Added Paths:
-----------
 trunk/sample_data/axes_grid/
 trunk/sample_data/axes_grid/bivariate_normal.npy
Added: trunk/sample_data/axes_grid/bivariate_normal.npy
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/axes_grid/bivariate_normal.npy
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2011年01月02日 22:46:21
Revision: 8871
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8871&view=rev
Author: jdh2358
Date: 2011年01月02日 22:46:13 +0000 (2011年1月02日)
Log Message:
-----------
added freestanding dist support for sample_data
Added Paths:
-----------
 trunk/sample_data/MANIFEST.in
 trunk/sample_data/README.txt
 trunk/sample_data/setup.py
Added: trunk/sample_data/MANIFEST.in
===================================================================
--- trunk/sample_data/MANIFEST.in	 (rev 0)
+++ trunk/sample_data/MANIFEST.in	2011年01月02日 22:46:13 UTC (rev 8871)
@@ -0,0 +1,5 @@
+include *.png *.jpg *.csv *.dat *.npy *.xrc *.ima
+include setup.py MANIFEST.in MANIFEST
+recursive-include axes_grid *
+recursive-include testdir *
+
Added: trunk/sample_data/README.txt
===================================================================
--- trunk/sample_data/README.txt	 (rev 0)
+++ trunk/sample_data/README.txt	2011年01月02日 22:46:13 UTC (rev 8871)
@@ -0,0 +1,2 @@
+This is the sample data needed for some of matplotlib's examples and
+docs. See matplotlib.cbook.get_sample_data for more info.
Added: trunk/sample_data/setup.py
===================================================================
--- trunk/sample_data/setup.py	 (rev 0)
+++ trunk/sample_data/setup.py	2011年01月02日 22:46:13 UTC (rev 8871)
@@ -0,0 +1,9 @@
+from distutils.core import setup
+
+setup(name='mpl_sampledata',
+ version='1.0.1rc',
+ description='matplotlib sample data',
+ author='John Hunter',
+ author_email='jd...@gm...',
+ url='http://matplotlib.sf.net',
+ )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <fer...@us...> - 2011年12月17日 21:49:43
Revision: 8989
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8989&view=rev
Author: fer_perez
Date: 2011年12月17日 21:49:36 +0000 (2011年12月17日)
Log Message:
-----------
Sync SVN repo with contents in current git repo
Modified Paths:
--------------
 trunk/sample_data/setup.py
Added Paths:
-----------
 trunk/sample_data/moonlanding.png
 trunk/sample_data/screenshots/
 trunk/sample_data/screenshots/500hgtdata.gz
 trunk/sample_data/screenshots/500hgtlats.gz
 trunk/sample_data/screenshots/500hgtlons.gz
 trunk/sample_data/screenshots/chandra.dat
 trunk/sample_data/screenshots/eeg.dat
 trunk/sample_data/screenshots/etopo20data.gz
 trunk/sample_data/screenshots/etopo20lats.gz
 trunk/sample_data/screenshots/etopo20lons.gz
 trunk/sample_data/screenshots/hst.zdat
 trunk/sample_data/screenshots/intc.csv
 trunk/sample_data/screenshots/msft.csv
 trunk/sample_data/screenshots/s1045.ima
 trunk/sample_data/stinkbug.png
Added: trunk/sample_data/moonlanding.png
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/moonlanding.png
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/500hgtdata.gz
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/500hgtdata.gz
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/500hgtlats.gz
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/500hgtlats.gz
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/500hgtlons.gz
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/500hgtlons.gz
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/chandra.dat
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/chandra.dat
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/eeg.dat
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/eeg.dat
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/etopo20data.gz
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/etopo20data.gz
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/etopo20lats.gz
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/etopo20lats.gz
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/etopo20lons.gz
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/etopo20lons.gz
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/hst.zdat
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/hst.zdat
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Added: trunk/sample_data/screenshots/intc.csv
===================================================================
--- trunk/sample_data/screenshots/intc.csv	 (rev 0)
+++ trunk/sample_data/screenshots/intc.csv	2011年12月17日 21:49:36 UTC (rev 8989)
@@ -0,0 +1,66 @@
+Date,Open,High,Low,Close,Volume,Adj. Close*
+19-Sep-03,29.30,29.36,28.83,29.17,53550300,29.15
+18-Sep-03,28.69,29.28,28.46,29.16,46619000,29.14
+17-Sep-03,28.94,29.38,28.77,28.88,52827300,28.86
+16-Sep-03,28.08,28.99,28.02,28.91,48748000,28.89
+15-Sep-03,28.33,28.45,27.91,27.99,36350400,27.97
+12-Sep-03,27.81,28.39,27.55,28.34,51931600,28.32
+11-Sep-03,27.62,28.35,27.29,28.03,56654900,28.01
+10-Sep-03,28.44,28.49,27.63,27.66,57999300,27.64
+9-Sep-03,29.00,29.13,28.66,28.79,49792900,28.77
+8-Sep-03,28.88,29.20,28.80,29.18,52154000,29.16
+5-Sep-03,28.83,29.10,28.37,28.71,68429904,28.69
+4-Sep-03,28.32,28.74,28.04,28.60,63744700,28.58
+3-Sep-03,28.94,28.97,28.04,28.22,60714800,28.20
+2-Sep-03,28.77,28.84,28.17,28.74,58841200,28.72
+29-Aug-03,28.18,28.65,28.04,28.59,41986600,28.57
+28-Aug-03,28.10,28.35,27.85,28.30,48631600,28.28
+27-Aug-03,27.61,28.08,27.42,28.02,58217200,28.00
+26-Aug-03,26.96,27.74,26.68,27.71,65213400,27.69
+25-Aug-03,27.56,27.76,27.07,27.24,52037500,27.22
+22-Aug-03,28.16,29.04,27.32,27.39,120604096,27.37
+21-Aug-03,26.69,26.78,26.01,26.39,66434900,26.37
+20-Aug-03,26.14,26.74,26.13,26.36,47210300,26.34
+19-Aug-03,26.37,26.54,25.92,26.47,55966300,26.45
+18-Aug-03,25.10,26.23,25.05,26.19,59081000,26.17
+15-Aug-03,25.09,25.25,24.81,25.05,21622800,25.04
+14-Aug-03,24.80,25.17,24.55,25.14,51830000,25.13
+13-Aug-03,24.50,25.00,24.30,24.71,51882500,24.70
+12-Aug-03,24.09,24.40,23.82,24.37,48475100,24.36
+11-Aug-03,23.62,24.13,23.58,23.90,41624600,23.89
+8-Aug-03,24.15,24.22,23.33,23.58,57453600,23.57
+7-Aug-03,23.94,24.30,23.86,23.99,48517800,23.98
+6-Aug-03,24.10,24.55,23.81,24.14,57799000,24.13
+5-Aug-03,25.12,25.12,24.23,24.27,51979800,24.26
+4-Aug-03,24.91,25.23,24.39,25.13,53570000,25.10
+1-Aug-03,24.78,25.07,24.73,25.02,48494900,24.99
+31-Jul-03,24.80,25.35,24.68,24.89,68692096,24.86
+30-Jul-03,24.86,24.87,24.28,24.49,40786200,24.46
+29-Jul-03,24.81,25.23,24.70,24.90,68217600,24.87
+28-Jul-03,24.92,25.13,24.61,24.76,45462200,24.73
+25-Jul-03,24.17,24.94,23.73,24.91,52627700,24.88
+24-Jul-03,25.15,25.17,23.95,23.97,58119100,23.94
+23-Jul-03,24.37,24.90,24.26,24.81,49058200,24.78
+22-Jul-03,24.39,24.53,24.05,24.42,61074300,24.39
+21-Jul-03,24.60,24.63,23.95,24.06,52851200,24.03
+18-Jul-03,25.10,25.15,24.15,24.66,65296900,24.63
+17-Jul-03,24.69,25.10,24.60,24.93,71736800,24.90
+16-Jul-03,25.24,25.50,24.82,25.31,128925696,25.27
+15-Jul-03,24.44,24.77,23.67,24.10,102323696,24.07
+14-Jul-03,24.27,24.58,23.85,24.02,76909400,23.99
+11-Jul-03,23.29,23.50,23.07,23.34,46535400,23.31
+10-Jul-03,23.07,23.30,22.61,22.91,63261600,22.88
+9-Jul-03,23.30,23.99,23.25,23.48,78521904,23.45
+8-Jul-03,22.83,23.40,22.67,23.15,64980800,23.12
+7-Jul-03,22.24,22.98,22.17,22.91,56553100,22.88
+3-Jul-03,21.97,22.31,21.71,21.72,40502400,21.69
+2-Jul-03,21.66,22.32,21.47,22.21,74291504,22.18
+1-Jul-03,20.87,21.50,20.51,21.41,64496600,21.38
+30-Jun-03,21.14,21.30,20.59,20.81,51457500,20.78
+27-Jun-03,20.70,21.13,20.53,20.57,63348200,20.54
+26-Jun-03,20.30,20.76,20.15,20.63,52904900,20.60
+25-Jun-03,20.53,20.83,19.99,20.04,61250600,20.01
+24-Jun-03,20.11,20.74,20.04,20.45,63799700,20.42
+23-Jun-03,20.70,20.97,20.05,20.36,59628100,20.33
+20-Jun-03,21.34,21.42,20.64,20.67,78909400,20.64
+19-Jun-03,21.66,21.92,21.12,21.12,69563696,21.09
Added: trunk/sample_data/screenshots/msft.csv
===================================================================
--- trunk/sample_data/screenshots/msft.csv	 (rev 0)
+++ trunk/sample_data/screenshots/msft.csv	2011年12月17日 21:49:36 UTC (rev 8989)
@@ -0,0 +1,66 @@
+Date,Open,High,Low,Close,Volume,Adj. Close*
+19-Sep-03,29.76,29.97,29.52,29.96,92433800,29.79
+18-Sep-03,28.49,29.51,28.42,29.50,67268096,29.34
+17-Sep-03,28.76,28.95,28.47,28.50,47221600,28.34
+16-Sep-03,28.41,28.95,28.32,28.90,52060600,28.74
+15-Sep-03,28.37,28.61,28.33,28.36,41432300,28.20
+12-Sep-03,27.48,28.40,27.45,28.34,55777200,28.18
+11-Sep-03,27.66,28.11,27.59,27.84,37813300,27.68
+10-Sep-03,28.03,28.18,27.48,27.55,54763500,27.40
+9-Sep-03,28.65,28.71,28.31,28.37,44315200,28.21
+8-Sep-03,28.39,28.92,28.34,28.84,46105300,28.68
+5-Sep-03,28.23,28.75,28.17,28.38,64024500,28.22
+4-Sep-03,28.10,28.47,27.99,28.43,59840800,28.27
+3-Sep-03,27.42,28.40,27.38,28.30,109437800,28.14
+2-Sep-03,26.70,27.30,26.47,27.26,74168896,27.11
+29-Aug-03,26.46,26.55,26.35,26.52,34503000,26.37
+28-Aug-03,26.50,26.58,26.24,26.51,46211200,26.36
+27-Aug-03,26.51,26.58,26.30,26.42,30633900,26.27
+26-Aug-03,26.31,26.67,25.96,26.57,47546000,26.42
+25-Aug-03,26.31,26.54,26.23,26.50,36132900,26.35
+22-Aug-03,26.78,26.95,26.21,26.22,65846300,26.07
+21-Aug-03,26.65,26.73,26.13,26.24,63802700,26.09
+20-Aug-03,26.30,26.53,26.00,26.45,56739300,26.30
+19-Aug-03,25.85,26.65,25.77,26.62,72952896,26.47
+18-Aug-03,25.56,25.83,25.46,25.70,45817400,25.56
+15-Aug-03,25.61,25.66,25.43,25.54,27607900,25.40
+14-Aug-03,25.66,25.71,25.52,25.63,37338300,25.49
+13-Aug-03,25.79,25.89,25.50,25.60,39636900,25.46
+12-Aug-03,25.71,25.77,25.45,25.73,38208400,25.59
+11-Aug-03,25.61,25.99,25.54,25.61,36433900,25.47
+8-Aug-03,25.88,25.98,25.50,25.58,33241400,25.44
+7-Aug-03,25.72,25.81,25.45,25.71,44258500,25.57
+6-Aug-03,25.54,26.19,25.43,25.65,56294900,25.51
+5-Aug-03,26.31,26.54,25.60,25.66,58825800,25.52
+4-Aug-03,26.15,26.41,25.75,26.18,51825600,26.03
+1-Aug-03,26.33,26.51,26.12,26.17,42649700,26.02
+31-Jul-03,26.60,26.99,26.31,26.41,64504800,26.26
+30-Jul-03,26.46,26.57,26.17,26.23,41240300,26.08
+29-Jul-03,26.88,26.90,26.24,26.47,62391100,26.32
+28-Jul-03,26.94,27.00,26.49,26.61,52658300,26.46
+25-Jul-03,26.28,26.95,26.07,26.89,54173000,26.74
+24-Jul-03,26.78,26.92,25.98,26.00,53556600,25.85
+23-Jul-03,26.42,26.65,26.14,26.45,49828200,26.30
+22-Jul-03,26.28,26.56,26.13,26.38,51791000,26.23
+21-Jul-03,26.87,26.91,26.00,26.04,48480800,25.89
+18-Jul-03,27.11,27.23,26.75,26.89,63388400,26.74
+17-Jul-03,27.14,27.27,26.54,26.69,72805000,26.54
+16-Jul-03,27.56,27.62,27.20,27.52,49838900,27.37
+15-Jul-03,27.47,27.53,27.10,27.27,53567600,27.12
+14-Jul-03,27.63,27.81,27.05,27.40,60464400,27.25
+11-Jul-03,26.95,27.45,26.89,27.31,50377300,27.16
+10-Jul-03,27.25,27.42,26.59,26.91,55350800,26.76
+9-Jul-03,27.56,27.70,27.25,27.47,62300700,27.32
+8-Jul-03,27.26,27.80,27.25,27.70,61896800,27.55
+7-Jul-03,27.02,27.55,26.95,27.42,88960800,27.27
+3-Jul-03,26.69,26.95,26.41,26.50,39440900,26.35
+2-Jul-03,26.50,26.93,26.45,26.88,94069296,26.73
+1-Jul-03,25.59,26.20,25.39,26.15,60926000,26.00
+30-Jun-03,25.94,26.12,25.50,25.64,48073100,25.50
+27-Jun-03,25.95,26.34,25.53,25.63,76040304,25.49
+26-Jun-03,25.39,26.51,25.21,25.75,51758100,25.61
+25-Jun-03,25.64,25.99,25.14,25.26,60483500,25.12
+24-Jun-03,25.65,26.04,25.52,25.70,51820300,25.56
+23-Jun-03,26.14,26.24,25.49,25.78,52584500,25.64
+20-Jun-03,26.34,26.38,26.01,26.33,86048896,26.18
+19-Jun-03,26.09,26.39,26.01,26.07,63626900,25.92
Added: trunk/sample_data/screenshots/s1045.ima
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/screenshots/s1045.ima
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
Modified: trunk/sample_data/setup.py
===================================================================
--- trunk/sample_data/setup.py	2011年02月18日 19:28:29 UTC (rev 8988)
+++ trunk/sample_data/setup.py	2011年12月17日 21:49:36 UTC (rev 8989)
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='mpl_sampledata',
- version='1.0.1',
+ version='1.1.0',
 description='matplotlib sample data',
 author='John Hunter',
 author_email='jd...@gm...',
Added: trunk/sample_data/stinkbug.png
===================================================================
(Binary files differ)
Property changes on: trunk/sample_data/stinkbug.png
___________________________________________________________________
Added: svn:mime-type
 + application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
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 によって変換されたページ (->オリジナル) /