MathGroup Archive 2003

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

Search the Archive

Remultiple plots on same graph

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38898] Re[mg38885] multiple plots on same graph
  • From: "Stefano Fricano" <fricano at fisica.unipa.it>
  • Date: Sat, 18 Jan 2003 00:38:09 -0500 (EST)
  • Reply-to: <fricano at dsfa.fisica.unipa.it>
  • Sender: owner-wri-mathgroup at wolfram.com

Dear Narasimham,

Try in this manner, I think that it is right:

In[1]:= matr = {{0, 1, 2}, {1, 2, 3}}
In[2]:= f = x m + p
In[3]:= Plot[Evaluate[f /. {m -> matr[[1]], p -> matr[[2]]}], {x, 1, 10},
  PlotRange -> All]

Ok?

***********************************************
Stefano Fricano
Dip. di Scienze Fisiche ed Astronomiche
Università degli Studi
Via Archirafi, 36
Palermo 90123
Tel. +39 091 6234207
Fax  +39 091 6168461
*********************************************


This email has been scanned by RAV antivirus on server dsfa.fisica.unipa.it



  • Prev by Date: Re: Integrating Abs[Sin[]^2]
  • Next by Date: Remultiple plots on same graph
  • Previous by thread: OO System for Mathematica
  • Next by thread: Remultiple plots on same graph