From: Thomas Melehan on
Does anyone know how to render a Plot (or ListPlot or DateListPlot) with a different scale on the left and the right axes ?

From: Sunt on
On Apr 12, 6:49 pm, Thomas Melehan <tpmele...(a)mac.com> 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,

This post may help you:)

http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread=
/thread/c9d34f22f755fc6d/08875fa6ed124680?hl=en&lnk=gst&q=dual-y+plot=
#08875fa6ed124680

From: dh on
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(a)metrohm.com>
Internet:<http://www.metrohm.com>


From: Armand Tamzarian on
On Apr 12, 5:49 am, Thomas Melehan <tpmele...(a)mac.com> wrote:
> Does anyone know how to render a Plot (or ListPlot or DateListPlot) with a different scale on the left and the right axes ?

This works for DateListPlot and also includes a bar chart option:

http://library.wolfram.com/infocenter/MathSource/7507/

From: M.Roellig on
On Apr 12, 12:49 pm, Thomas Melehan <tpmele...(a)mac.com> wrote:
> Does anyone know how to render a Plot (or ListPlot or DateListPlot) with a different scale on the left and the right axes ?

look here:

http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/c9d34f22f755fc6d/08875fa6ed124680

Markus

 |  Next  |  Last
Pages: 1 2
Prev: SparseArray
Next: norm Function with FindRoot