Questions tagged [interactive-visualization]

39 questions
51
votes
9 answers

Does anyone know any good open source software for visualizing data from database?

Recently I came across Tableau and tried to visualize the data from database and csv file. The user iterface enables the user to visualize time and spatial data and create plots in an instant. Such tool is really useful as it enables to observe the…
niko
  • 1,261
  • 3
  • 15
  • 18
17
votes
3 answers

When is interactive data visualization useful to use?

While preparing for a talk I will give soon, I recently started digging into two major (Free) tools for interactive data visualization: GGobi and mondrian - both offer a great range of capabilities (even if they're a bit buggy). I wish to ask for…
Tal Galili
  • 19,935
  • 32
  • 133
  • 195
16
votes
2 answers

Is it possible to create "parallel sets" plot using R?

Thanks to Tormod question (posted here) I came across the Parallel Sets plot. Here is an example for how it looks: (It is a visualization of the Titanic dataset. Showing, for example, how most of the women that didn't survive belonged to the…
Tal Galili
  • 19,935
  • 32
  • 133
  • 195
14
votes
4 answers

Resources for learning to use (/create) dynamic (/interactive) statistical visualization

I would like to learn a bit more on interactive data visualization (zooming, pointing, brushing, point-mapping and so on). I would welcome any: Tutorial/guide/book(?)/video on how to use such methods for statistical exploration. Pointers for…
Tal Galili
  • 19,935
  • 32
  • 133
  • 195
12
votes
3 answers

How to view large time series data interactively?

I often deal with reasonable sized amount of time series data, 50-200 million doubles with associated time stamps and would like to visualize them dynamically. Is there existing software to do this effectively? How about libraries and data formats?…
12
votes
9 answers

How can I create nice graphs automatically?

Eg. such as those on this page http://store.steampowered.com/hwsurvey Is there any ready-made software that can do this? Alternatively, any recommendations for other software that does something similar? I know this is not really a statistics…
9
votes
1 answer

What is the best way to present rank survey data?

I have a survey data where I've asked a local community to rank 6 different issues they face on a scale of 1 to 6. For example, Survey_ID Water Power Garbage Road Sewage Security 1 1 3 2 6 5 4 2 3 2 …
7
votes
2 answers

Betweenness centrality applied to Amazon books graph

I made a visualization of Amazon related products. Every link in visualization means two products are often bought together. Now I'm applying various graph analysis techniques and am fascinated by the results. The biggest problem though is…
4
votes
2 answers

Bayes Network/Conditional Probability Visualization Tools

I'm hoping that someone could suggest a tool for viewing conditional probabilities withi. I am currently using Weka, but the ability to view the conditional probability tables of nodes within the Network is not the easiest to read. Any suggestions…
3
votes
1 answer

Suggestions for embedded interactive analytical functionalities?

We're thinking of adding an interactive near real-time analytics functionality (a-la "Google Analytics") to a product Movie Recommender Engine. We need to let the user interactively create analyses deciding on a case by case basis the analysis…
3
votes
1 answer

Challenging visualization task: simultaneously visualizing 15 regions by 3 descriptive values

I have a rather challenging visualization task. 15 geographical regions (data points for plot), each described by 3 continuous values and all these values have confidence intervals. The aim is to visualise this data in a way, which allows to…
st4co4
  • 1,499
  • 5
  • 10
3
votes
3 answers

How to visualise a 3D data-set for someone over the Internet?

I was just about to ask a question concerning a certain 3D data-set (each point in space has a value associated), but couldn't figure out how to visualize it for you. I can understand it myself by rotating the point set in a Matlab figure, but it…
Anna
  • 339
  • 1
  • 5
3
votes
1 answer

Best way to visualize KNN for more than 4 variables in R

I have used the KNN for a data set containing 9 columns. Using knn() from the class package I found the best model for predicting the value in the 9th column. This model reports the best_model_accuracy as 82.51% and best_model as using 1,2,6,7,8…
3
votes
2 answers

RShiny vs QlikView vs SAP Lumira

I would love to get some opinions about those three tools. I am working with R and Shiny quite long time. I developed many apps (production side) which are actually being very popular at my company. The new task came from the "up" to create the…
3
votes
1 answer

Export interactive R graphics to PDF?

What R package (*) is able to create interactive graphics like these but allowing to export it to pdf? http://www.intmath.com/counting-probability/normal-distribution-graph-interactive.php http://www.measuringu.com/normal_curve.php If yo go to the…
skan
  • 814
  • 1
  • 7
  • 20
1
2 3