Re: [Matplotlib-users] [matplotlib] can't get any output

2009-12-11 Thread Matthias Michler
Hi Manuel, adding a "show()" to your script should resolve the problem. You don't need this using ipython in "-pylab" mode, matplotlibs interactive mode or if you save your figure to some file (savefig), but in your case you need to call the main loop. Kind regards Matthias from the docu: Use

[Matplotlib-users] [matplotlib] can't get any output

2009-12-11 Thread Manuel Wittchen
Hi, I want to plot data from two different datafiles. To do so I use numpy.loadtxt two times in the script (see below). The problem is, that I don't get any output: no resulting plot, no errormessages or something in the terminal. Even if I comment-out one loadtxt-row nothing happens. Even if I tr