Plotting 2 graphics with different scale
- To: mathgroup at smc.vnet.net
- Subject: [mg60879] Plotting 2 graphics with different scale
- From: Maria Cristina Dias Tavares <cristina at dsce.fee.unicamp.br>
- Date: Sat, 1 Oct 2005 02:55:55 -0400 (EDT)
- References: <dggdur$ggq$1@smc.vnet.net> <200509240655.CAA13348@smc.vnet.net> <acbec1a405092509482e27943f@mail.gmail.com> <dhau3n$ipu$1@smc.vnet.net> <200509280541.BAA08374@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello Mathgroup, I need to plot two graphics in the same plot. They have different scales and I would like to have something like left scale for plot 1 in one colour, right scale for plot 2 in another colour. Now I have this, but I do not identify the graphics properly. g1 = Plot[{itotfuncaot[t], 10 ufuncaot[t]}, {t, t1, t2}, PlotRange -> All, FrameLabel -> {"t [s]", " i [A] ; 10 u [kV]" }, Frame -> True, GridLines -> Automatic, PlotLabel -> "\nArc current [A]\n10 x Arc voltage [kV]\n", PlotStyle -> {{Hue[0.3]}, {Hue[0.7]}}, PlotPoints -> 1250, AspectRatio -> 0.7] I appreciate your help. Regards, Maria Cristina Tavares -- Profa Maria Cristina Tavares School of Electrical and COmputing Engineering UNICAMP - BRAZIL http://www.dsce.fee.unicamp.br/~cristina