draw package, multiple plots with different sizes?
Subject: draw package, multiple plots with different sizes?
From: dlakelan
Date: Thu, 19 Jan 2012 11:55:54 -0800
On 01/19/2012 10:31 AM, Mario Rodriguez wrote:
> draw(
> dimensions = [500,500],
> gr2d(
> explicit(x3,x,-1,1),
> grid = true,
> user_preamble=["set size 0.5, 0.5","set origin 0.25, 0.25"]),
> gr2d(
> explicit(x2,x,-1,1),
> user_preamble=["set size 1.0, 1.0","set origin 0.0, 0.0"])) $
>
Thank you very much for the helpful examples! If you are considering
additional features to add to draw, you might consider a standardized
(non preamble based) way to do this. It is often nice to do multi-plots
where some plots are more prominent or have different aspect ratios than
others, and inset-plots are also quite nice.
Thanks for your work on the draw package!