Marcus
Marcus

Reputation: 1713

Equivalent of matplotlib's fig.subplots_adjust(hspace=0) in Julia/Plots

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

Upvotes: 1

Views: 117

Answers (0)

Related Questions