Code:
* Example generated by -dataex-. To install: ssc install dataex
clear
input double(prod op)
        186711.262            35.58
        180178.766            35.45
177352.71399999998 32.7066666666667
        170559.397            39.09
        174857.764 37.2933333333333
        171108.527            33.54
        163286.206 31.7966666666667
        163488.111 33.5233333333333
        160989.567 30.6733333333333
156443.86599999998 32.1066666666667
        159611.264 31.8066666666667
        164434.824            31.59
        153310.765            29.16
156486.44900000002            29.48
        164302.674 30.2966666666667
        164605.643            28.94
        164153.994 29.2333333333333
        165061.171 29.3133333333333
        162176.609 28.1466666666667
          162643.7            27.49
        162028.947 27.3666666666667
        158327.001            26.95
        158664.904 27.0933333333333
        168608.079 28.0733333333333
166473.22699999998            17.16
168934.53100000002 12.4433333333333
        172350.508 12.4433333333333
        168033.956            14.64
        164769.948 17.7066666666667
        165920.939            18.39
        174807.596            18.94
        174125.008 17.7566666666667
171934.28100000002 15.7533333333333
        172768.772            16.09
        175755.531 14.0866666666667
        183838.293 13.1466666666667
        175564.164 17.0233333333333
        177058.898            18.47
180476.57499999998            17.41
        184409.505            18.72
        184182.692 19.4633333333333
        183453.713            15.82
         176993.41 25.6566666666667
        181410.575               31
        181545.512            19.85
        177388.592            18.33
        180221.009 19.4233333333333
        182367.965 19.8666666666667
        181448.259 17.5066666666667
        178378.865 19.6833333333333
179365.44700000001 19.9966666666667
        182011.144 18.9566666666667
        181865.472            17.99
         178769.34 17.9933333333333
        179861.936             16.2
181613.42799999999 14.9633333333333
182964.20799999998            13.87
        182422.467            16.27
        182699.688            17.05
        185977.517 16.6033333333333
        185790.527 17.2233333333333
        186371.934 18.1766666666667
        188185.484            16.44
        188852.387 16.9766666666667
         190357.05 18.3133333333333
        190337.814 19.4866666666667
         190983.22            20.63
        194136.985 23.0633333333333
196252.07799999998 21.0833333333333
        196071.689            18.49
197332.76399999997 18.6566666666667
        200003.548            18.84
203753.10499999998 14.1633333333333
        202135.964            13.28
198765.61899999998 13.0033333333333
        199816.677            11.85
         201287.25 11.6433333333333
        195203.928            16.03
197269.68099999998 20.4433333333333
        197912.355 23.8066666666667
200614.52899999998 26.6166666666667
        204108.412 26.7666666666667
        207764.073 29.8833333333333
        209796.799            29.67
207297.02399999998            26.07
        202418.966 26.7266666666667
204318.74800000002 25.2133333333333
203543.16999999998 19.3133333333333
        200810.498 20.9233333333333
        199853.901 25.2033333333333
        201566.733 26.9366666666667
        205235.472 26.7366666666667
207001.95899999997 31.3366666666667
        205559.939 26.4866666666667
        207323.448 28.3833333333333
        213611.499            29.36
215604.44300000003            32.13
216170.37800000003 35.6266666666667
219111.49300000002 40.5533333333333
        220239.175            42.73
end
I would like to plot these two variables on the Y-axis but for some reason I don't know how to. I know it has to do with the fact that they have different units - Oil prices ($us), world crude oil production (thousands of barrels). How do I plot them together such that I can try to explore a relationship? like for instance, if oil production decreased which may coincide with an increase in oil prices etc?

twoway (tsrline prod op)
Could someone please give me the code for this or if not, how to work around this?