0

I have data where the lower bound of x and y axis values are different. I have seen the following formatting to visualize this:

Gap between x and y axis

Is this something that can be done in matplotlib?

Pugl
  • 432
  • 2
  • 5
  • 22
  • 2
    Maybe [dropped spines](https://matplotlib.org/stable/gallery/spines/spines_dropped.html)? Alternatively, there is seaborn's [`sns.despine(...., trim=True)`](https://seaborn.pydata.org/generated/seaborn.despine.html). – JohanC Jan 30 '23 at 17:33

0 Answers0