MathGroup Archive 1999

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

Search the Archive

Re: LogLinearListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16748] Re: LogLinearListPlot
  • From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
  • Date: Wed, 24 Mar 1999 02:23:56 -0500
  • Organization: CRCAMET/Macquarie University
  • References: <7d728e$771@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Torrese 
> 
> Hello,
> 
> I want just know if it's possible trace LogLinearListPLot specifying
> plotting symbols. I think I can't use MultipleListPlot because I'm
> interested to have a log scale.
> Is there any easy way to do this?

You can specify how Ticks should be placed.  For example, I can plot the list
{x, Log[10, y]} using ListPlot by specifying that FrameTicks->{LinearScale,
LogScale, None, None}
or FrameTicks->{LinearScale, LogScale, LinearScale, LogScale} if you prefer.

Perhaps this method works with MultipleListPlot?

Regards,

Dave.

-- 
 ==================================================================
 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: Installation problem with RedHat 5.2
  • Next by Date: Re: combining two plots
  • Previous by thread: LogLinearListPlot
  • Next by thread: Re: LogLinearListPlot