got it, thanks.
--
View this message in context:
http://old.nabble.com/axes3d%2C-initial-azimuth-and-elevation-tp34161970p34162843.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
--
Live Secur
On Saturday, July 14, 2012, gsal wrote:
>
> So, I have
>
> [code]
>
> from mpl_toolkits.mplot3d import axes3d
> fig = plt.figure(figsize=(10,7))
> ax = fig.gca(projection='3d')
> ax.scatter(xs, ys, zs, c='r')
> plt.show()
>
> [/code]
>
> but when the figure first comes up, it is not to my liking;
On Jul 14, 2012, at 8:57 AM, Mark Lawrence wrote:
> On 14/07/2012 13:41, William R. Wing (Bill Wing) wrote:
>> On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote:
>>
>>> Sorry if I've missed this in the docs but is it possible to directly
>>> plot a histogram with a date x axis or do I have to roll
On Sat, Jul 14, 2012 at 04:09:48PM -0400, Benjamin Root wrote:
> On Saturday, July 14, 2012, John Hunter wrote:
>
> >
> >
> > On Sat, Jul 14, 2012 at 11:48 AM, John Hunter
> >
> > > wrote:
> >
> >> I do not understand why in the following example, if I set
> >> patch_alpha=1.0, I do not see the
So, I have
[code]
from mpl_toolkits.mplot3d import axes3d
fig = plt.figure(figsize=(10,7))
ax = fig.gca(projection='3d')
ax.scatter(xs, ys, zs, c='r')
plt.show()
[/code]
but when the figure first comes up, it is not to my liking; when I
interactively (with the mouse) move it around to my likin
On Saturday, July 14, 2012, John Hunter wrote:
>
>
> On Sat, Jul 14, 2012 at 11:48 AM, John Hunter
>
> > wrote:
>
>> I do not understand why in the following example, if I set
>> patch_alpha=1.0, I do not see the shadow effect. I would expect to see it
>> for the the rightmost four bars, where
On Sat, Jul 14, 2012 at 11:48 AM, John Hunter wrote:
> I do not understand why in the following example, if I set
> patch_alpha=1.0, I do not see the shadow effect. I would expect to see it
> for the the rightmost four bars, where the original bars do not entirely
> occlude the shadow, so even i
I do not understand why in the following example, if I set patch_alpha=1.0,
I do not see the shadow effect. I would expect to see it for the the
rightmost four bars, where the original bars do not entirely occlude the
shadow, so even if alpha is 1.0, there are parts of the shadow that are not
behi
On 7/14/12 8:27 AM, Stefan Mertl wrote:
> What's the reason for the reduction to 0/0? I'm going to create some
> interactive maps. For this it would be easier to have the original
> projected coordinates as the coordinates of the map axes.
> Would it be possible to add a flag to decide if the coord
What's the reason for the reduction to 0/0? I'm going to create some
interactive maps. For this it would be easier to have the original
projected coordinates as the coordinates of the map axes.
Would it be possible to add a flag to decide if the coordinates should
be reduced or not?
Regards,
On Sat, Jul 14, 2012 at 01:57:13PM +0100, Mark Lawrence wrote:
> On 14/07/2012 13:41, William R. Wing (Bill Wing) wrote:
> > On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote:
> >
> >> Sorry if I've missed this in the docs but is it possible to directly
> >> plot a histogram with a date x axis or do
On 14/07/2012 13:41, William R. Wing (Bill Wing) wrote:
> On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote:
>
>> Sorry if I've missed this in the docs but is it possible to directly
>> plot a histogram with a date x axis or do I have to roll my own? This
>> is critical as I'm on a diet and trying
On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote:
> Sorry if I've missed this in the docs but is it possible to directly
> plot a histogram with a date x axis or do I have to roll my own? This
> is critical as I'm on a diet and trying to plot my weight loss against
> date :)
>
> --
> Cheers.
On 14/07/2012 13:05, Damon McDougall wrote:
> On Sat, Jul 14, 2012 at 12:49:29PM +0100, Mark Lawrence wrote:
>> Sorry if I've missed this in the docs but is it possible to directly
>> plot a histogram with a date x axis or do I have to roll my own? This
>
> I'm assuming you have weight data AND da
On Sat, Jul 14, 2012 at 12:49:29PM +0100, Mark Lawrence wrote:
> Sorry if I've missed this in the docs but is it possible to directly
> plot a histogram with a date x axis or do I have to roll my own? This
I'm assuming you have weight data AND date data. That is, a list of
dates and associated
Sorry if I've missed this in the docs but is it possible to directly
plot a histogram with a date x axis or do I have to roll my own? This
is critical as I'm on a diet and trying to plot my weight loss against
date :)
--
Cheers.
Mark Lawrence.
-
Hi Josh,
I am not quite sure what information you need, but I have an application with
several wx notebooks, each with pages carrying related but different 2D and 3D
plots. I hope this overview covers what you want. In the code below I set up
the axes and toolbar in each panel ready to accept
17 matches
Mail list logo