How to make a graph with two differently scaled axes ?

D1 D2
1 1000
2 2050
3 3150
4 4300

What I get is a line on the bottom, (1,2,3,4) and then D2 column , makes the graph.
What I wish for, is to see two differently scaled Y axes , so that the first set of values are basically on top of each other, and 4 and 4300 are as far from each other, as if that was “4 and 4,3”

how can I get that ?