Search Results

2
votes
1answer
431 views

How to set the PYTHONPATH in emacs

Emacs does not recognize my correct python path. I think it is a general problem with emacs not recognizing my environment variables. I have GNU Emacs 22.1.1 (i386-apple-darwin8.9.1, Carbon Version …
1
vote
2answers
572 views

Scaling the y-axis with matplotlib in python

Does anybody know how to scale the y-axis with matplotlib? I don't want to change the y-limit, I just want to extend the physical spa …
1
vote

Python: Choosing between modules and classes.

Consider this example: configuration | +-> graphics | | | +-> 3D | | | +-> 2D | +-> sound The real question is: What is the difference between …