Adding points to plots
- To: mathgroup at smc.vnet.net
- Subject: [mg20165] Adding points to plots
- From: Joeri Kenes <kenes at imec.be>
- Date: Sun, 3 Oct 1999 21:07:35 -0400
- Organization: IMEC
- Sender: owner-wri-mathgroup at wolfram.com
Is it possible to open graphics output in a seperate output window when
you're running a notebook, like you can do from the command-line
Mathematica version? And more importantly, is it possible to simply add
a point to such a graph, like with 'hold on' in another system.
For example, I want to add each additional result to a plot of previous
results. One can easily add a Point[{x,y}] directive to an array of
Graphics[] instructions, but if you then call Show[], another graph gets
added to the notebook, and the previous graphic doesn't get replaced by
the new one.
Thanks a lot,
Joeri Kenes