shanive / bgu-ailab-bandits

bandits expiriment
6 stars 0 forks source link

graphics on server #64

Open shanive opened 12 years ago

shanive commented 12 years ago

David,

Please check if we can output plots on server with Math-Plot-Lib library.

dtolpin commented 12 years ago

hi vered,

installed the necessary packages on ailabsrv; (aptitude install python-matplotlib) now, as in issue #2:

$ python *

from pylab import * plot([1,2,3]) show()

a window opens, the straight line is drawn.

check and close if works