Hi, Jeremy.
I'd like to return to this thread:
https://www.mail-archive.com/veusz-discuss%40gna.org/msg00761.html
About importing the SciPy module(s) in order to plot special functions.
Is the solution you suggested then still valid?
===================================
The trick is to either set the PYTHONPATH environment variable to
include the directory that the scipy distribution is in before running
Veusz (from that shell), or to add a Veusz plugin which just modifies
the Python path, e.g.
import sys
sys.path.append('/Libraries/Frameworks/Python.framework/Versions/2.7/lib/pthon2.7/site-packages')
================================================
In this case, where exactly should I make those modifications?
I tried Edit -> Preferences -> Plugins and then added:
/usr/lib64/python2.7/site-packages/scipy/special/setup.py
But I don't really have a clue on which module to include there.
Then, if I succeed, if want to plot a Bessel function, for example, should I
call it as in a python script, with "scipy.special.jn(/v/, /z/)"?
Thanks
--
Rudi Gaelzer
Institute of Physics
Federal University of Rio Grande do Sul
BRAZIL
Registered linux user # 153741
_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss