¡@

Home 

python Programming Glossary: xyc

Fixing color in scatter plots in matplotlib

http://stackoverflow.com/questions/2925806/fixing-color-in-scatter-plots-in-matplotlib

do this. Here's an example import matplotlib.pyplot as plt xyc range 20 plt.subplot 121 plt.scatter xyc 13 xyc 13 c xyc 13.. as plt xyc range 20 plt.subplot 121 plt.scatter xyc 13 xyc 13 c xyc 13 s 35 vmin 0 vmax 20 plt.colorbar plt.xlim.. as plt xyc range 20 plt.subplot 121 plt.scatter xyc 13 xyc 13 c xyc 13 s 35 vmin 0 vmax 20 plt.colorbar plt.xlim 0 20 plt.ylim..