1

I am trying to draw a graph using Plots package in Julia and save it to SVG. While plotting two or more subplots one below the other is trivial in Plots (with the help of Layouts), I found it extremely difficult to make the subplots stick to each other. In matplotlib, it's easy: fig.subplots_adjust(hspace=0)

What is the equivalent of this in Julia/Plots.

Here is what I hope to achieve: enter image description here

Marcus
  • 1,685
  • 1
  • 18
  • 33
  • Have you tried the PythonPlot() backend? It claims to have all the functionality of matplotlib, as it is apparently a 1:1. https://docs.juliaplots.org/latest/backends/#[PythonPlot](https://github.com/stevengj/PythonPlot.jl) – Jonathan F. Aug 03 '23 at 19:09
  • 1
    @JonathanF. Thank you. This might be what I am looking for. I'll let you know if it works. :) – Marcus Aug 05 '23 at 07:51

0 Answers0