How can I plot multiple matrices from a sqlite Database into different sage cells?
My first intention was iterate over the SQL result set with python in sage and plot every result into a different sage cell. But I do not know how I could plot them into different sage cells?
Why I would do that? Thats simple I have between two and over 20 Matrices and every matrix has the dimension of 91x365!