1
0
forked from pool/python-ggplot

Accepting request 603774 from devel:languages:python

Python implementation of R's ggplot plotting tool.

OBS-URL: https://build.opensuse.org/request/show/603774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ggplot?expand=0&rev=1
This commit is contained in:
2018-05-15 08:07:53 +00:00
committed by Git OBS Bridge
commit 39dc6f1d7c
6 changed files with 156 additions and 0 deletions

26
python-ggplot.changes Normal file
View File

@@ -0,0 +1,26 @@
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
- Add license file
- Use %license tag
-------------------------------------------------------------------
Thu Aug 17 15:54:02 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to version 0.11.5
* got rid of things that don't work
* eliminated really stupid code that was trying to mimic R
* added tests for data formatting/grouping
* removed "visual tests"
* fixed facet_wrap and facet_grid so they actually do that
they're supposed to
* removed half-baked geoms and stats
* simplified stat_* functions
* added pigeons and chopsticks datasets
-------------------------------------------------------------------
Fri Aug 29 11:51:36 UTC 2014 - toddrme2178@gmail.com
- Initial version