|
From: Alexander H. <so...@gm...> - 2010-01-03 17:34:54
|
Hi, I have a scatter plot embedded in qt4 according to http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_qt4.htmlwhat works fine However if I try to add a colorbar to it by simply calling p = scatter(....) colorbar(p) I get an error that says that something is outside the drawable area. - sonium |