I am starting with Python and just installed WinPython and Spyder. The Variable Explorer is a wonderful feature but I cannot get it to show any graphs like Histogram, Plot, and Show Image for any type of variable. For example, I have an array of type Float64 and size (2, 3) (see below). When I right-click on the array area and then click on Plot nothing happens.
I am running on Windows 8 64-bit. Can anyone help? [[ 1.5 2. 3. ] [ 4. 5. 6. ]] [[ 1.5 2. 3. ] [ 4. 5. 6. ]] [[ 1.5 2. 3. ] [ 4. 5. 6. ]] [[ 1.5 2. 3. ] [ 4. 5. 6. ]] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
