As the title suggests, I\'m trying to plot a Basemap map 开发者_运维问答on the z=0 surface of a matplotlib.mplot3d lineplot.I know the Axes3D object is capable of plotting on the z=0 surface (via Axes
I would like to plot errorbars on a hammer projection of the whole sky. I want to show where a vector points on the sky, with its associated uncertainties. Trying basemap.errobars like pyplot.errorbar
I\'ve set up a new project, and populated it with simple models. (Essentially I\'m following the tut.)