... | ... | @@ -257,7 +257,6 @@ Si on passe des vecteurs en X et Y, de dimensions compatibles avec Z, on obtiend |
|
|
x= (1,2,5,10,20)
|
|
|
y=x
|
|
|
cax = plt.contour(x,y,matrice) # renvoie un objet matplotlib.contour.QuadContourSet
|
|
|
>>>
|
|
|
cbar= plt.colorbar(cax)
|
|
|
plt.show()
|
|
|
```
|
... | ... | |