Skip to content

control size of figure output a la rmagic #18

@shabbychef

Description

@shabbychef

The %R magic extension allows control of displayed figures in the iPython notebook, like so:

%R -w 700 -h 500
hist(rnorm(1000))
# etc

It should be easy to nick this code from the rmagic extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions