Re: Re: Combining ListPlots
- To: mathgroup at smc.vnet.net
- Subject: [mg8101] Re: [mg8085] Re: [mg8064] Combining ListPlots
- From: Allan Hayes <hay at haystack.demon.co.uk>
- Date: Tue, 12 Aug 1997 00:54:41 -0400
- Sender: owner-wri-mathgroup at wolfram.com
We can use Block to temporarily turn off display, as below, and
combine this with using a pure function.
Show[
Block[{$DisplayFunction = Identity},
ListPlot[Table[{x,#[x]},{x,2,50}], PlotJoined->True
]&/@{PrimePi,LogIntegral}
]
];
Allan Hayes
hay at haystack.demon.co.uk
http://www.haystack.demon.co.uk/training.html
voice:+44 (0)116 2714198
fax: +44 (0)116 2718642
Leicester, UK