MathGroup Archive 2010

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

Search the Archive

Re: Left & Right Axes Different Scale?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109084] Re: Left & Right Axes Different Scale?
  • From: dh <dh at metrohm.com>
  • Date: Mon, 12 Apr 2010 22:58:54 -0400 (EDT)
  • References: <hputrb$lid$1@smc.vnet.net>

On 12.04.2010 12:49, Thomas Melehan wrote:
> Does anyone know how to render a Plot (or ListPlot or DateListPlot) with a different scale on the left and the right axes ?
>

Hi,
is this what you have in mind?
Plot[Sin[x], {x, 0, 2 Pi}, Frame -> {False, True},
  FrameTicks -> {{{-1, 0, 1}, {-.5, 0, .5}}, {None, None}}]

cheers,Daniel
-- 

Daniel Huber
Metrohm Ltd.
Oberdorfstr. 68
CH-9100 Herisau
Tel. +41 71 353 8585, Fax +41 71 353 8907
E-Mail:<mailto:dh at metrohm.com>
Internet:<http://www.metrohm.com>



  • Prev by Date: Bug in Sum?
  • Next by Date: How to make style sheet with header
  • Previous by thread: Re: Left & Right Axes Different Scale?
  • Next by thread: Re: Left & Right Axes Different Scale?