Holcombe:PythonDataAnalysis

From OpenWetWare
Revision as of 01:49, 25 January 2009 by Alex O. Holcombe (talk | contribs) (New page: {{Template:Holcombe}} SciPy includes matplotlib ([http://matplotlib.sourcearchive.com/documentation/0.98.1/classmatplotlib_1_1text_1_1Text.html ref]) (Not necessary: after downloading Sci...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Recent members

Alex Holcombe
• Ryo Nakayama



Technical

Skills Checklist
Python Programming
Psychopy/VisionEgg Installation Notes
R analysis,plot,stats
Statistics
Buttonbox
Buttonbox with photocell
Programming Cheat Sheets



SciPy includes matplotlib (ref) (Not necessary: after downloading SciPy I updated to the more recent version of matplotlib using matplotlib-0.98.5.2-py2.5-mpkg.zip for OSX, which installs in /Library/Python/2.5/site-packages/ and I needed to add that directory to my PYTHONPATH in my .profile file in my home directory)

See the HowTo and Cookbook, double-axis plotting

loadtxt returns recarray, like minispreadsheet explanation

angs=(0,90,180,270)
anglabels=('Right','Upper','Left','Lower')
setp(gca(),'xticks',angs)
setp(gca(),'xticklabels',anglabels)