TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

oplot not showing plot #99

Closed nganba closed 11 years ago

nganba commented 11 years ago

Hi all I just installed TRIQS and I am experimenting with some of the examples in tour. somehow oplot doesn't display any plot in the ipytriqs or pytriqs interactive mode. It, however, shows the plots nicely in the web notebook mode. Thanks Nganba

mferrero commented 11 years ago

Does it work if you run your script with

ipytriqs -i myscript.py --pylab
nganba commented 11 years ago

yes it works with ipytriqs -i myscript.py --pylab it doesn't work only in the interactive mode with ipytriqs or pytriqs

nganba commented 11 years ago

Sorry, I missed your point. Running the interactive mode with ipytriqs --pylab solved the issue.