Question: How to display plots on the same line.

I have the bellow code:

display(a); display(b);

where a, b are plots.

The output are two plots on two lines. How can I get the plots to be on the same line? 

Please Wait...