MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Digitizing points in a graphic

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22498] Re: Digitizing points in a graphic
  • From: Eckhard Hennig <hennig at itwm.uni-kl.de>
  • Date: Sat, 4 Mar 2000 02:27:01 -0500 (EST)
  • Organization: ITWM
  • References: <89ic4e$n1j@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

dkeith at sarif.com schrieb in Nachricht <89ic4e$n1j at smc.vnet.net>...
>The Windows front end allows us to move the cursor around in a graphic
>and read the coordinates by holding down the control key. That's nice,
>but you have to read the coordinates from the screen by eyeball. Does
>anyone know of a means to capture the cursor coordinate? I would like
>to be able to repeatedly digitize points and have them added to a list
>of vectors.


The solution is very simple: Select a pair of coordinates in your graphic
with the mouse, click left and release, press Ctrl-C (that is, do not
release the Ctrl key, just press C). Then move the cursor to an input cell
and press Ctrl-V. You will get your coordinates as a list of two real
numbers.

BTW, you can also select several points at once that way.

-- Eckhard

-----------------------------------------------------------
Dipl.-Ing. Eckhard Hennig      mailto:hennig at itwm.uni-kl.de
Institut fuer Techno- und Wirtschaftsmathematik e.V. (ITWM)
Erwin-Schroedinger-Strasse,  67663 Kaiserslautern,  Germany
  Voice: +49-(0)631-205-3126    Fax: +49-(0)631-205-4139
    http://www.itwm.uni-kl.de/as/employees/hennig.html

     ITWM - Makers of Analog Insydes for Mathematica
        http://www.itwm.uni-kl.de/as/products/ai
-----------------------------------------------------------





  • Prev by Date: Re: How to do a Nonlinear Complex Fit ?
  • Next by Date: Re: Re: ListPlot with missing values
  • Previous by thread: Re: Digitizing points in a graphic
  • Next by thread: Re: Digitizing points in a graphic