About the axis of the graph

I want to draw a graph with the axis as the figure shown.
how can i achieve this?

Use:

gPad->SetTickx();
gPad->SetTicky();

Thank you! :stuck_out_tongue: :slight_smile: