How to plot one dataset that has two Y axis

Dear community,

I am trying to plot a value that has two variables interconnected. To summarize, I would to plot just one dataset that would have two Y axis.

Data set:
|y1| x| y2|
|1|1.067.181.529|0.000114|
|2|1.076.737.195|0.000228|
|3|1.079.410.847|0.000342|
|4|1.093.635.330|0.000457|
|5|1.104.687.990|0.000571|

Thanks a lot in advance!

Arnon Soares.

@armon,
This tutorial explains how you can define a chart with two yaxes: https://plot.ly/python/multiple-axes/