Gnuplot multiplot: Convenient method for creating more complex layouts
问题 I want to place several plots with gnuplot in following way: +------------------------+ |plot1 | | | +------------------------+ +----------++------------+ |plot2 ||plot3 | | || | +----------++------------+ +----------++------------+ |plot4 ||plot5 | | || | +----------++------------+ Simple nxm layouts can be achieved via set multiplot layout n,m (see these demos for illustration on the official website). matplotlib offers much more advanced possibilites as you can see in the documentation: