简体   繁体   中英

Multiple plots in single image in gonum/plot

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. 子图

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM