Is it possible to display multiple plots in a row?

Hi! As it was mentioned in #53 it is somehow possible to display multiple plots with 'returnfig' kwarg. I want to display 3 plots in a row or even 3x3. While I am not really familiar with matplotlib can someone explain please how to do it with fig and ax returned from mpf.plot()? Or should I do it another way?