Path: Common/Graphics
% Generates a plot with two y axes. yL and yR must be 1 by n arrays. x must be 1 by n. If yL is more than one line and the yR has the same number of lines it will match the line colors. Type PlotDoubleYAxis for a demo. -------------------------------------------------------------------------- Form: PlotDoubleYAxis( x, yL, yR, xLabel, yLabelL, yLabelR, title, name ) -------------------------------------------------------------------------- ------ Inputs ------ x (1,:) x data yL (1,:) Left y axis data yR (1,:) Right y axis data xLabel (1,:) x label yLabelL (1,:) Left y label yLabelR (1,:) Right y label title (1,:) Figure title name (1,:) Figure name ------- Outputs ------- None --------------------------------------------------------------------------
Common: General/Watermark Common: Graphics/NewFig Common: Graphics/TitleS Common: Graphics/XLabelS
Back to the Common Module page