Skip to main content

`grgr` is a wrapper library for using `ggplot2` from `python`.

Project description

grgr

grgr is a library for using ggplot2 from python.

grgr can create figures in python using grammar similar to ggplot2. python does not create the figure itself, but generates a code that can be executed in R, and executes it in R to create the figure. In other words, grgr is an interface from python to R's ggplot2. Therefore, this library directly depends on R and ggplot2.

Quickstart

You can install grgr through pip by running pip install grgr. In order to use grgr, you need to have R and ggplot2 installed. Please make sure that these are installed beforehand. Once the installation is complete, you can draw a figure in python with the grammer same as ggplot2. A basic usage example can be found in example/basic.py.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grgr-0.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

grgr-0.1.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page