Prev: SparseArray
Next: norm Function with FindRoot
From: Thomas Melehan on 12 Apr 2010 06:49 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 12 Apr 2010 22:56 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 12 Apr 2010 22:57 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 12 Apr 2010 23:00 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 12 Apr 2010 23:02
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 |