RE: How to plot more curves on one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg18176] RE: [mg18127] How to plot more curves on one graph
- From: "Tomas Garza" <tgarza at mail.internet.com.mx>
- Date: Sat, 19 Jun 1999 23:54:33 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Uros Filipic [Uros.Filipic at AZ-atelje.si] wrote: > I'm new at Mathematica and I would be very glad, if someone coud help me. > 1. How to plot Circles, Lines . . . > For example I would like to plot circle : Circele([2,3],4) > 2. How to plot, for example circle, line and point on the same graph ? Hi, Uros! If you don't have the Mathematica Book (which you should, anyway), please check the Help Browser under Circle, Line, etc. The following example is taken from the Help Browser. There you see how you can plot things on the same graph. Show[Graphics[{Circle[{0, 0}, 1], Circle[{0, 0}, {2, 1}], Circle[{0, 0}, 2, {0, 1}]}, AspectRatio -> Automatic, Axes -> Automatic]]; Tomas Garza Mexico City