dgrapov / DeviumWeb

Interactive multivariate data analysis in R implemented in shiny.
59 stars 47 forks source link

Problems with scatter plot #2

Closed fredrikw closed 9 years ago

fredrikw commented 9 years ago

I have problems with the size selection on scatter plots, running on Mac OSX. When I select "Scatter plot", the size selection is empty (see screenshot taken after running runGitHub("DeviumWeb", "dgrapov")). This leads to an error "argument is of length zero" in "if (input$size_mapping == "variable") {" which I believe is the instance at row 20 of tools/analysis/visualize.r From my analysis it seems that the problem is that input$size_mapping always is null at row 437 in the same file. 127_0_0_1_4773__

fredrikw commented 9 years ago

Forgot to say that I think that DeviumWeb looks really great!

dgrapov commented 9 years ago

Hi,

I just pushed an update to the next version (0.3.0) which should fix this issue, as well as add many new features, and probably bugs :)

-Dmitry