11010tianyi / playwith

Automatically exported from code.google.com/p/playwith
0 stars 2 forks source link

support ggplot2 #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

probably can do it with the viewport argument,
but should be able to detect it automatically.
(haven't tried it yet)

Original issue reported on code.google.com by foolish.android on 10 Jan 2008 at 9:17

GoogleCodeExporter commented 8 years ago
ok, re-organised things so it detects ggplot based on the class of the result 
of the
plot call.

current problem is that I need to print(object, pretty=FALSE) because of a bug 
in
`grid` package.

Original comment by foolish.android on 4 Feb 2008 at 8:12

GoogleCodeExporter commented 8 years ago
should work ok with qplot()-based constructions,
not with ggplot().

Original comment by foolish.android on 17 Jun 2008 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by foolish.android on 3 Sep 2008 at 8:28