Apply on MultipleListPlot using pure functions
- To: mathgroup at smc.vnet.net
- Subject: [mg54295] Apply on MultipleListPlot using pure functions
- From: pdickof at scf.sk.ca
- Date: Wed, 16 Feb 2005 14:36:18 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I seem to be missing soomething with using Apply on pure functions. The following lines work properly: Needs["Graphics`MultipleListPlot`"] MultipleListPlot[{1, 2, 3}, {4, 5, 6}, {2, 3, 4}]; Apply[MultipleListPlot, {{1, 2, 3}, {4, 5, 6}, {2, 3, 4}}]; but this does not. Why not? Apply[MultipleListPlot[#, Frame -> True]&, {{1, 2, 3}, {4, 5, 6}, {2, 3, 4}}];
- Follow-Ups:
- Re: Apply on MultipleListPlot using pure functions
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Apply on MultipleListPlot using pure functions