Basic Examples 
(2)
 

Plot two datasets together but with different
y
-axes:
In[1]:=
[◼]
MultipleAxesListPlot
[{Range[10],Range[100,80,-1]},JoinedTrue]
Out[1]=
———
Data can be a one-dimensional list or pairs of
{x,y}
-values:
In[1]:=
[◼]
MultipleAxesListPlot
[{​​{{0,0},{10,10}},​​{{0,101},{10,100}}​​},JoinedTrue]
Out[1]=

Options 
(3)
 
