Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it 's ok !, searching on the web, I found :matplotlib.org I use this code:

import matplotlib.pyplot as plt
import matplotlib.image as mpimg
import numpy as np
img = mpimg.imread("C:\\Users\\jean-pierre\\Documents\\SageMath\\IPYNB\\"+"Satellites.png")
imgplot = plt.imshow(img)

the definition is ok with this code