Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 13 years ago

Sagud gravatar image

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 2
No.2 Revision

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])

click to hide/show revision 3
No.3 Revision

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?

click to hide/show revision 4
No.4 Revision

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 5
No.5 Revision

matplotlib don't work??

What am I missing?

click to hide/show revision 6
restored question

updated 13 years ago

DSM gravatar image

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

updated 10 years ago

FrédéricC gravatar image

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?