¡@

Home 

python Programming Glossary: zeniths

Polar contour plot in matplotlib - best (modern) way to do it?

http://stackoverflow.com/questions/9071084/polar-contour-plot-in-matplotlib-best-modern-way-to-do-it

import import numpy as np azimuths np.arange 0 360 10 zeniths np.arange 0 70 10 values for azimuth in azimuths for zenith.. 0 70 10 values for azimuth in azimuths for zenith in zeniths print i i azimuth zenith # Run some sort of model and get some.. azimuths values np.array values values values.reshape len zeniths len azimuths # This from http old.nabble.com 2D polar surface..