Skip to content
Back to formatted view

Raw Message

Message-ID: <4B618F72.5040503@statistik.tu-dortmund.de>
Date: 2010-01-28T13:21:54Z
From: Uwe Ligges
Subject: add points to 3D plot using p3d {onion}
In-Reply-To: <077E31A57DA26E46AB0D493C9966AC7305C6052B0A@UM-MAIL4112.unimaas.nl>

On 27.01.2010 17:50, Viechtbauer Wolfgang (STAT) wrote:
> Just as an aside, the scatterplot3d package does things like this very cleverly. Essentially, when you create a plot with scatterplot3d, the function actually returns functions with values set so that points3d(), for example, "knows" the axis scaling.


Right, it makes use of lexical scoping properties, where the environment 
is attached to the returned graphics functions.

Uwe Ligges






> Best,
>