___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
--
Reinier Heeres
Waalstraat 17
2515 XK Den Haag
The Netherlands
Tel: +31 6 10852639
From e53f81ac43193429fbe9670bc944cd095e0b7958 Mon Sep 17 00:0
_
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
--
Reinier Heeres
Waalstraat 17
2515 XK Den Haag
The Netherlands
Tel: +31 6 10852639
mplot3d_20080309.tgz
Description: GNU
riginal code from John Porter was under a BSD
> license. I am thinking of adding our names and the BSD license to the
> top of each file to protect it while its not officially part of
> matplotlib. What do you think?
>
>
l
> from? I can't from the web viewer.
>
> Thanks,
> J.
>
> On Wed, Mar 11, 2009 at 4:25 AM, Reinier Heeres wrote:
>> Hi,
>>
>> I updated my patch a bit more, and now all tests are running (try
>> "python axes3d.py"). Only the contourf3D is no
t3d;a=summary
Regards,
Reinier
On Wed, Mar 11, 2009 at 11:22 PM, Reinier Heeres wrote:
> Hi Jon,
>
> Good point, I forgot about that!
>
> It's available for cloning now: git clone
> http://qtwork.nano.tudelft.nl/public_git/users/rwh/mplot3d
>
> Cheers,
> Reinie
ges/mpl_toolkits/__init__.pyc, but
/usr/lib/python2.5/site-packages/mplot3d-0.1-py2.5.egg is being added
to sys.path
__import__('pkg_resources').declare_namespace(__name__)
This can probably be fixed, but I would prefer things to live in the
ma
7;m am CC-ing the reply to the list.
>
> On Wed, Apr 1, 2009 at 5:19 PM, Reinier Heeres wrote:
>
>> That is one issue, but if I try to solve that I get some
>> strange-looking result. It seems that the patches I am drawing are not
>> scaled properly; they are way too la
n Sun, Apr 12, 2009 at 6:09 PM, Reinier Heeres wrote:
>> Hi,
>>
>> It took me a while to get this done, but I managed to make mplot3d
>> working with svn trunk again!
>
> Hmm, this does not seem to be against svn HEAD on the trunk. I cloned
> your repo with
__
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
--
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands
Tel: +31 6 10852639
--
y thoughts?
Finally, I'm also trying to write a bit of docs in Sphinx, hope to
have something interesting soon...
Cheers,
--
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands
Tel: +31 6 10852639
--
Regist
er for new people to get the docs built.
Regards,
--
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands
Tel: +31 6 10852639
--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gatheri
instance ax, it
> used the ax.text3D method to place labels on the 3-D axes. Is
> there a counterpart for mplot3d.axes3d? The only similar method I see
> there is text(), which only takes an (x, y) position instead of
> an (x,y,z) position.
>
> Thanks,
> Tom
--
Reinier Heeres
hange it in the future.
Regards,
--
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands
Tel: +31 6 10852639
--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the nex
Hi John,
On Mon, Jun 8, 2009 at 2:58 PM, John Hunter wrote:
> On Sun, Jun 7, 2009 at 6:27 PM, Reinier Heeres wrote:
>> Hi all,
>>
>> I just updated mplot3d with some refactoring, more examples and the
>> start of documentation. Also semi-3D text is available again.
...
>
> I really appreciate your good work.
>
> Gökhan
>
>
> On Sun, Jun 7, 2009 at 6:27 PM, Reinier Heeres wrote:
>>
>> Hi all,
>>
>> I just updated mplot3d with some refactoring, more examples and the
>> start of documentation. Also semi-3D text is avai
, ahh we also need zticks for your case :)
>
> gs
>
>
> On Mon, Jun 8, 2009 at 4:37 PM, Reinier Heeres wrote:
>>
>> Hi,
>>
>> I'm not sure what line you are referring to; do you mean the grid
>> lines? If not, please provide an image.
>>
>
ight be able to dig up, but I think it should be pretty
> forward to implement de novo.
Added, and I also improved the contour plotting code, which was slightly broken!
Bug reports are welcome.
Regards,
--
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands
Tel:
case :)
>
> gs
>
>
> On Mon, Jun 8, 2009 at 4:37 PM, Reinier Heeres wrote:
>>
>> Hi,
>>
>> I'm not sure what line you are referring to; do you mean the grid
>> lines? If not, please provide an image.
>>
>> At the moment these lines
, Gökhan SEVER wrote:
> On Sat, Jun 13, 2009 at 4:17 PM, Reinier Heeres wrote:
>>
>> Hi,
>>
>> I just fixed this issue and implemented setting/unsetting of the grid.
>> I also added a parameter axes3d.grid to matplotlibrc, which defaults
>> to True. Is that ok?
Sounds good as well, so I just removed it.
Cheers,
Reinier
On Mon, Jun 15, 2009 at 10:35 PM, John Hunter wrote:
> On Mon, Jun 15, 2009 at 3:33 PM, John Hunter wrote:
>> On Mon, Jun 15, 2009 at 3:28 PM, Reinier Heeres wrote:
>>> John,
>>>
>>> Shall I update t
-2.5.tar.gz
>>> tar xvfz agg-2.5.tar.gz
>>> cd agg-2.5
>>> make
>>> cd examples/X11/
>>> make gouraud
>>> ./gouraud
>>>
>>>
>>>
>>>
>
> On Fri, Aug 7, 2009 at 8:27 AM, Reinier Heeres wrote:
>> Hi,
>>
>> This looks great! I'd be happy to try and work on this for mplot3d as well.
>>
>> Ryan: as for your patch, I'll look at it over the weekend or next week
>> and see if I can apply it to
orting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _________
have taken a look at these and I can close or update them as
> necessary.
>
> JDH
--
Reinier Heeres
Tel: +31 6 10852639
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simpli
ttend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> ___
> Matplotlib-devel mailing list
> Matplotlib-d
;> should already be a nice answer...
>>
>
> Please file a bug on the tracker and I will assign it to Reinier
>
> http://sourceforge.net/tracker/?atid=560720&group_id=80706&func=browse
>
> Thanks,
> JDH
>
--
Reinier Heeres
Tel: +31 6 10852639
-
___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
--
Reinier Heeres
Tel: +31 6 10852639
--
Dow
of $1 Million in cash or HP Products. Visit us here for more details:
> http://ad.doubleclick.net/clk;226879339;13503038;l?
> http://clk.atdmt.com/CRS/go/247765532/direct/01/
> ______
se as
>> > Benjamin suggested, so just let me know if that's necessary - thank!
>> >
>> > On Tue, Jul 27, 2010 at 12:27 AM, Reinier Heeres
>> > wrote:
>> >> Hi Erik,
>> >>
>> >> Sorry for the delay. From just looking at the
29 matches
Mail list logo