[Matplotlib-users] Roll and offset around viewpoint with Axes3D

2011-05-01 Thread Frederic Vogt
Hello, I am using the scatter function and axes3D. I can define my viewpoint on my data points using the elev and azim parameters. But I am looking for more specification of the viewpoint : namely, I want to roll (i.e. rotate around the view axis) and offset it (i.e. get sideways, not rotate aroun

Re: [Matplotlib-users] Annotate value of a variable with ax.annotate?

2011-05-01 Thread Malte Dik
Hi, Pau > Hello, > > I am trying to print in the plot the value of a time variable which I > obtain like this > > Time = MBH_inst[0] # Column 1 > > This should be placed on the top right part of the plot showing the current > time > > Time = XXX yrs > > But I do not know how to pass t

[Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-01 Thread C M
I get this error and would like to know what to do to eliminate it and also what it means: C:\Python25\lib\site-packages\matplotlib\axes.py:2571: UserWarning: Attempting to set identical bottom==top results in singular transformations; automatically expanding. bottom=0, top=0 + 'bottom=%s, top=%s'