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
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
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'