rstudio / ggvis

Interactive grammar of graphics for R
Other
713 stars 171 forks source link

ggvis state of development #471

Closed geotheory closed 7 years ago

geotheory commented 7 years ago

Is it possible to get an update on the state of development of ggvis - still at 0.4.3? We've seen relatively few commits since 2015, and I'm not aware of any update since issue 388 on this question, when Hadley said further work was expected. Maybe I missed something. Is ggvis essentially in the same place as ggplot2 - passed over to the community?

I ask because questions around community and support are big factors when deciding between a Shiny strategy and one focussed on D3/crossfilter/etc javascript skillsets.

vikram-rawat commented 7 years ago

Me too...

I respect hadley and would understand if he just could not give time to this project. I would understand it. But at least as a community we want to know is it worth learning???

I am new to R and want to know if this package has a future.

A very simple and non rude question.

I hope any of you would reply. Please let us know...

briatte commented 7 years ago

is it worth learning?

I can think of only one scenario where it is 'worth' learning two-years-old v0.x code based on three technologies (dplyr, ggplot2 and shiny) that have changed enormously in the same time interval: the scenario where you plan to pick up the code base, update it, and improve it.

nicholasjhorton commented 7 years ago

I'm confident that whenever ggvis2 sees the light of day it will continue to advance the state of the art (as ggvis, ggplot2, and other @hadley tidyverse packages have done so effectively). But one can't rush greatness.

In the interim, @rpruim and Danny Kaplan have implemented a prototype of "ggformula" that might spark some interest in future interfaces (see https://github.com/ProjectMOSAIC/ggformula and the vignette within). Comments and suggestions welcomed in https://github.com/ProjectMOSAIC/ggformula/issues

vikram-rawat commented 7 years ago

I am sorry bariatte but i am not able to understand what you meant by that.

What i wanted to say was that I am still not able to produce a decent box plot in ggvis. When i change the size of boxes they move away from the line. I posted it one month ago and nobody replied.

Then i saw the code base and most of the files were updates 3 years ago. So i had a doubt what if everybody has left the package and i am excited about it for no reason.

Anyways is there any good interactive package that is production ready where i can change almost everything that i want just like ggplot2.

pssguy commented 7 years ago

@vikram-rawat . As I understand it, ggvis was an RStudio priority some time ago but no longer is on the roadmap. The guys there have not exactly been sitting with their legs up though!

I suggest you move on to other alternatives e.g. plotly, highcharter ...

briatte commented 7 years ago

Dear @vikram-rawat

I meant that it is generally unwise to try to use code that has not been updated for a long time, especially when the code calls packages that have evolved a lot since.

vikram-rawat commented 7 years ago

@briatte and @pssguy thanks guys

I will surely try plotly and highcharter.

I have come from an excel Background and

In the open source everything seems quite different. It's Killing me to find that there are thousand packages you have to keep track of just to solve simple statistics. Now there are packages which are not fully developed.

well the funny part is I chose R instead of Python because I didn't wanted to be a developer. Now I feel like one already. :-) :-) :-)

Thanks for quick reply

donk3yzz commented 7 years ago

I am wondering the same question as well. I fell in love with this package as long as I saw it in ZhiHu but these days I take a look at other packages like ggformula and plotly, they both have the similar grammar with ggvis, I can't tell which of them is better but plotly has been widely used not only in R but python and js. What if ggvis can't surpass plotly even though it's well developed...

I think maybe that's why ggvis is given up.

I am new to here so it's just a personal opinion. May my words helps. :-)

briatte commented 7 years ago

Interesting commit today:

https://github.com/rstudio/ggvis/compare/da9d34dd49...0437ede7a0