MathGroup Archive 2005

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

Search the Archive

Apply on MultipleListPlot using pure functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54301] Apply on MultipleListPlot using pure functions
  • From: pdickof at scf.sk.ca
  • Date: Wed, 16 Feb 2005 14:36:29 -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}}];


  • Prev by Date: Apply on MultipleListPlot using pure functions
  • Next by Date: Re: Importing DXF Files
  • Previous by thread: Re: Apply on MultipleListPlot using pure functions
  • Next by thread: Re: Apply on MultipleListPlot using pure functions