MathGroup Archive 1999

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

Search the Archive

Re: listplot and notebook directory

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15414] Re: listplot and notebook directory
  • From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
  • Date: Wed, 13 Jan 1999 20:57:28 -0500
  • Organization: CRCAMET/Macquarie University
  • References: <779bkt$b7o@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Maarten,

The third obvious method of solving your plotting question is via
DisplayTogether.  Simply

DisplayTogether[{
	ListPlot[{data}, options],
	ListPlot[{data}, options]
	},
	other options];

It's a pretty useful command.
 
> 2. NOTEBOOK DIRECTORY
> 
> Is there a command which gives the directory where the current notebook
> resides?

Dosen't Directory[] do this?

Regards,

-- 
 ==================================================================
 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  -------------
 ==================================================================


  • Prev by Date: Re: typing starting values in FindMinimum
  • Next by Date: Re: list of lists
  • Previous by thread: Re: listplot and notebook directory
  • Next by thread: Re: listplot and notebook directory