Re: combining two plots
- To: mathgroup at smc.vnet.net
- Subject: [mg16750] Re: combining two plots
- From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
- Date: Wed, 24 Mar 1999 02:23:57 -0500
- Organization: CRCAMET/Macquarie University
- References: <7d71u2$71r@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Joaquim
>
> Hello:
>
> I'd like to draw in the same plot a function and some discrete
> points. How can I combine the ListPlot and Plot comands in the same
> figure?
DisplayTogether[{
ListPlot[ ... ],
Plot[ ... ]},
...
];
or
Show[{ .... }, ...];
if you prefer ...
Regards,
Dave.
--
==================================================================
David Annetts _____________
http://www.ocs.mq.edu.au/~dannetts/ |C R C A M E T|
|-------------|
|_____ |
CRC for Australian Mineral |````` \ |
Exploration Technologies |`````/$\ |
Earth Sciences |````/$$$\____|
Macquarie University, NSW 2109 |```/$$$/.....|
AUSTRALIA |``/$$$/......|
phone: +(1-61-2) 9850 9280, fax (1-61-2) 9850 8366 -------------
==================================================================