Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

matplotlib don't work??

import matplotlib.pyplot as plt

A = matrix([[1,2,3],[4,5,6],[7,8,9]])

plt.matshow(A)

What am I missing?

matplotlib syntax don't work??

import matplotlib.pyplot as plt

A = matrix([[1,2,3],[4,5,6],[7,8,9]])

plt.matshow(A)

What am I missing?sage: matrix([2,3,4])

syntax matplotlib don't work??

sage: matrix([2,3,4])import matplotlib.pyplot as plt

A = matrix([[1,2,3],[4,5,6],[7,8,9]])

plt.matshow(A)

What am I missing?

matplotlib don't work??

import matplotlib.pyplot as plt

A = matrix([[1,2,3],[4,5,6],[7,8,9]])

plt.matshow(A)

What am I missing?

matplotlib don't work??

What am I missing?

click to hide/show revision 6
restored question

matplotlib don't work??

import matplotlib.pyplot as plt
A = matrix([[1,2,3],[4,5,6],[7,8,9]])
plt.matshow(A)

What am I missing?

click to hide/show revision 7
retagged

matplotlib don't work??

import matplotlib.pyplot as plt
A = matrix([[1,2,3],[4,5,6],[7,8,9]])
plt.matshow(A)

What am I missing?