Multiple plots in single image in gonum/plot

1.1k Views Asked by At

Is it possible to combine multiple plots in a single image in gonum/plot? They should have their own axes. Is it possible to stack them vertically, horizontally or probably in a grid?

In matplotlib it would look like this. Subplots

1

There are 1 best solutions below

0
pplcc On BEST ANSWER

You can do this using plot.Align.

Also have a look at the example code I posted to your issue Multiple line plots sharing abscissas axis in gonum/plot. The code is applicable to this issue as well.