sirrice / pygg

ggplot2 syntax in python. Actually wrapper around Wickham's ggplot2 in R
MIT License
73 stars 9 forks source link

pyggplot and pyplot and ggplot. #1

Closed TyberiusPrime closed 9 years ago

TyberiusPrime commented 9 years ago

Hey there,

nice to find another soul to working on using ggplot2 from python! You're taking a very different approach than I did for pyggplot - I use rpy2 and pandas, you call R on the command line. Also, I'm less a fan of the actual ggplot syntax , ggplot + geoms is somewhat unpythonic, but that's cool. (qplot is just plain nuts to me, no clue why Hardly included that).

I've taken the liberty of adding a link from my project (pyggplot) to yours. If you'd like to reciprocate, which by all means I don't want you to feel obliged to in any way, perhaps by accepting this pull request.

sirrice commented 9 years ago

Thanks for the note! merged! :)

On Thu, May 21, 2015 at 4:12 AM, Florian Finkernagel < notifications@github.com> wrote:

Hey there,

nice to find another soul to working on using ggplot2 from python! You're taking a very different approach than I did for pyggplot - I use rpy2 and pandas, you call R on the command line. Also, I'm less a fan of the actual ggplot syntax , ggplot + geoms is somewhat unpythonic, but that's cool. (qplot is just plain nuts to me, no clue why Hardly included that).

I've taken the liberty of adding a link from my project (pyggplot) to yours. If you'd like to reciprocate, which by all means I don't want you to feel obliged to in any way,

perhaps by accepting this pull request.

You can view, comment on, or merge this pull request online at:

https://github.com/sirrice/pyplot/pull/1 Commit Summary

  • Added reference to pyggplot
  • Expanded reference to pyplot

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/sirrice/pyplot/pull/1.