I can draw matplotlib graph in command line(shell) environment, but I find that I could not draw the same graph inside the eclipse IDE. such as plot([1,2,3])
not show in eclipse, I writed show()
in the end but still not show anything
my matplotlib use GTKAgg as backend, I use Pydev as plugin of eclipse to develop python.
Asked
Active
Viewed 4,004 times
1

user504909
- 9,119
- 12
- 60
- 109
-
1possible duplicate of [interactive matplolib through eclipse](http://stackoverflow.com/questions/3918889/interactive-matplolib-through-eclipse) – Jouni K. Seppänen Feb 09 '11 at 04:52