Top "Visualization" questions

Visualization is any technique for creating images, diagrams, or animations to communicate a message.

Python finite boundary Voronoi cells

I am trying to adapt a code I found on stackoverflow to create a voronoi cell with finite boundaries. I …

python scipy visualization voronoi
How do i plot facet plots in pandas

This is what I have right now: np.random.seed(1234) test = pd.DataFrame({'week': [1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2], 'score': np.random.uniform(0, 1, 12), 'type': [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1], 'type2…

python pandas plot visualization facet
Haskell plotting library similar to MATLAB

Is there a Haskell library for drawing plots similar to MATLAB, scilab or matplotlib? They all have very simple interfaces, …

haskell visualization
Topological data analysis - where to begin

I've recently come across 'topological data analysis' (TDA) as a unique way of visualizing large datasets. Here is a Stanford …

python r visualization topology
Tracking metrics using StatsD (via etsy) and Graphite, graphite graph doesn't seem to be graphing all the data

We have a metric that we increment every time a user performs a certain action on our website, but the …

node.js graph visualization graphite statsd
How to plot parallel coordinates with multiple categorical variables in R

I am facing a difficulty while plotting a parallel coordinates plot using the ggparcoord from the GGally package. As there …

r ggplot2 visualization categorical-data ggally
javascript framework for relationship visualization

Possible Duplicate: Graph visualization code in javascript? I need to create a dynamic visualization for nodes and their relationships in …

javascript graph visualization javascript-framework tree-nodes
What tool generates diagrams from SQL Server hierarchical data?

Is there a tool that works with SQL Server to generate tree-like diagrams from a hierachical data model? I am …

sql-server visualization hierarchical-data diagramming
Visualizing the SiteMap of a large (page number) website

I'm looking for a tool or service that can spider a web domain with a large number of pages, create …

sitemap visualization data-visualization
Variation on "How to plot decision boundary of a k-nearest neighbor classifier from Elements of Statistical Learning?"

This is a question related to https://stats.stackexchange.com/questions/21572/how-to-plot-decision-boundary-of-a-k-nearest-neighbor-classifier-from-elements-o For completeness, here's the original example from that …

r visualization cluster-analysis nearest-neighbor