MathGroup Archive 2006

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

Search the Archive

Re: newbie want to join the group

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64336] Re: newbie want to join the group
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Sun, 12 Feb 2006 04:00:20 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 2/11/06 at 3:32 AM, Arthur.Capet at student.ulg.ac.be (Capet Arthur)
wrote:

>just now, here's the particuliar one : i got a list of data, and i
>plot it and it works all good. Now i try to plot it on a
>logarithmic scale using the LogListPlot function, and... just
>nothing appears! No graphs, no error message, just nothing.. what
>am i supoposed to do??

LogListPlot is not a built-in function. It is defined in the package Graphics`Graphics` which must be loaded before it can be used. This can be done with Needs, Get or the "<<" operator, i.e.,

<<Graphics`Graphics`

I find the routines in the Graphics hierarchy of the standard add-on packages so useful, that I include the command

<<Graphics`

in my init.m file. This command loads stubs for the functions in these packages so they become available as if they were built-in functions whenever I need to use one.
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: newbie want to join the group
  • Next by Date: Re: newbie want to join the group
  • Previous by thread: Re: newbie want to join the group
  • Next by thread: Re: newbie want to join the group