I want to edit the axis values while plotting a graph with insets in matplotlib. I know how to do it when it's a regular plot but I can't seem to figure this out. I have attached a graph with inset below.
Here, I want to change the values 0.0 and 1.0 on the x-axis to 0 and 1. In the y-axis, I want to change 1.0 and 2.0 to just 1 and 2. I want to do a similar thing to the inset graph too. I hope my question is clear and I am looking forward to your response.
Thank you.