MathGroup Archive 2007

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

Search the Archive

Re: Creating a Multiple LogLinear List Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78801] Re: Creating a Multiple LogLinear List Plot
  • From: dh <dh at metrohm.ch>
  • Date: Tue, 10 Jul 2007 06:25:03 -0400 (EDT)
  • References: <f6si8m$86h$1@smc.vnet.net>


Hi Giorgio;

use the following:

g1=LogLinearListPlot[list1];

g2=LogLinearListPlot[list2];

Show[g1,g2]

hope this helps, Daniel





giorgioruaro at gmail.com wrote:

> Hello to everybody.

> I wanna create a semilogarithmic graph (logaritmich in xaxis scale and

> linear in the y axis) with three list of x and y values.

> I tried by MultipleListPlot[list1, list2, list3], but i can't obtain

> logaritmich x axis.

> I tried with LogLinearListPlot[list1, list2] but i able to print one

> list in the graph only.

> 

> Is there anyone who can help me?

> Thanks a lot

> Giorgio

> 

> 




  • Prev by Date: Re: Numerical integration
  • Next by Date: Log Error
  • Previous by thread: RE: Creating a Multiple LogLinear List Plot
  • Next by thread: Re: Creating a Multiple LogLinear List Plot