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