Reputation: 1713
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:
Upvotes: 1
Views: 117