MathGroup Archive 2002

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

Search the Archive

RE: ven diagrams

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36365] RE: [mg36351] ven diagrams
  • From: "David Park" <djmp at earthlink.net>
  • Date: Tue, 3 Sep 2002 01:41:08 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Use Text statements. Click of a coordinate point on the plot, copy it and
paste it into the Text statement. Here is an example.

Show[Graphics[
      {Circle[{1, 1}, 2],
        Text["A", {1.75659, 2.03292}],
        Circle[{0, 0}, 2],
        Text["B", {-1.38818, -0.0197372}],
        Circle[{1, -1}, 2],
        Text["C", {1.57238, -1.99344}]}],
    AspectRatio -> Automatic,
    ImageSize -> 400];

To click off a coordinate:
1) Select the plot by putting the cursor in it and clicking.
2) Press and hold Ctrl. When you move the cursor you will obtain cross
hairs.
3) Move the cursor to where you want to put the text and left click.
4) Right click and use Copy. (Or use Ctrl-C or the menu).
5) Paste the copied coordinate as the second argument in the Text statement.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/


From: EVCORGMSS at aol.com [mailto:EVCORGMSS at aol.com]
To: mathgroup at smc.vnet.net

 help,urgent          how do you put the numbers in the circles




  • Prev by Date: Re: I want to get the coefficient of the Legendre-Gauss Quadrature
  • Next by Date: Re: Generating Two Unit Orthogonal Vectors to a 3D Vector
  • Previous by thread: ven diagrams
  • Next by thread: Decision tree analysis in Mathematica?