Skip to content
Prev 378764 / 398502 Next

add points to lattice cloud plot (3D scatter)

You are missing the point... lattice assembles the entire data set at once so it can adjust and synchronize all of the scales and then it generates an object that can be printed to a device. This approach is entirely incompatible with the base graphics approach of keeping global variables around that help successive functions cooperate to cumulatively build up an image.

You need to get all your points into the lattice call initially. which may involve changing how you structure the data before you create the plot. Read the vignette and some tutorials.
On February 28, 2019 7:38:52 AM PST, Luigi Marongiu <marongiu.luigi at gmail.com> wrote: