![]() |
2010-11-04
, 17:43
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#2
|
![]() |
2010-11-26
, 15:39
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#4
|
Traceback (most recent call last): File "matplotlib_test.py", line 1, in <module> import matplotlib.pyplot as plt File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 739, in <module> rcParams = rc_params() File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 657, in rc_params fname = matplotlib_fname() File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 599, in matplotlib_fname path = get_data_path() # guaranteed to exist or raise File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 248, in wrapper ret = func(*args, **kwargs) File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 520, in _get_data_path_cached defaultParams['datapath'][0] = _get_data_path() File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 516, in _get_data_path raise RuntimeError('Could not find the matplotlib data files') RuntimeError: Could not find the matplotlib data files
import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show()
The Following User Says Thank You to rambo For This Useful Post: | ||
![]() |
2010-11-26
, 16:43
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#5
|
![]() |
2010-11-26
, 20:39
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#6
|
I'm away for a week but will see if I can fix it (or get Qwt compiling) when I get back.
The Following User Says Thank You to rambo For This Useful Post: | ||
![]() |
2010-11-27
, 10:03
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#7
|
For the moment a 40MB tarball containing both the compiled package (scratchbox x86 only) and the state of my build dir is at http://midgard2.hurttakallio.net/dropbox/
![]() |
2010-12-01
, 07:36
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#8
|
![]() |
2010-12-01
, 14:14
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#9
|
I've uploaded tcl, tk and python-tk a long time ago. you could enable it.
The Following User Says Thank You to rambo For This Useful Post: | ||
![]() |
2010-12-20
, 19:37
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#10
|
![]() |
Tags |
data-analysis, plotting |
Thread Tools | |
|
Before I do too much more to get Qwt compiling, I thought I'd ask whether anyone else has compiled this or if there are any other suggestions (I'm planning to use it in Python eventually, but have to get the C++ code compiling first)?
http://qwt.sourceforge.net/
Thanks