Data visualization is the study of the visual representation of data. Maps and charts are common types of data visualization, but there are many more.

learn more… | top users | synonyms

-1
votes
0answers
13 views

D3js: how to convert GIS .tiff (raster) files into json?

How to convert GIS topographic .tiff file into .json files ? Native D3js solution preferred if existing.
0
votes
0answers
13 views

Silverlight 4 DataVisualization Charting setting StringFormat adds new XAxis

I have a LineSeries where I set IndependentValueBinding to new Binding( "Date" ) where Date is a property in my Series. Then, with this code in my xaml <Setter Property="Template"> ...
1
vote
1answer
40 views

Directed graph in python

I am trying to depict the relationship of different data entities with my ETL (extraction transformation loading) pipeline. The final output is a large directed graph. So far I am using Python to ...
0
votes
0answers
14 views

How do I add text to a fixed location on an SVG Canvas?

I'm trying to add fixed text as a title to a section of an SVG canvas in D3 and it's showing up in one case but not in another. My code to add the text looks as follows. // I set my canvas height ...
0
votes
1answer
14 views

jqPlot - Replot w/o Page refresh

I'm trying to change the color of the bars on a bar graph in jqPlot. I found the replot method which successfully changes the color of the bars but it seems to be initiating a page refresh which then ...
0
votes
0answers
11 views

Using DataVisualization Charting in Silverlight getting more points than I have data

I am building a chart like this: public static void BuildChartArea( Chart theChart, List<ChartHelper> chartHelpers, Func<Style> _getLineStyle, Func<string, Style> _getDataPointStyle ...
0
votes
1answer
64 views

ggplot2: need to construct a manual legend for complicated plot

I cannot quite figure out how to manually set up a legend for this plot. All I really want is a simple legend to the right that uses the three colors and has a name next to each. The current code ...
0
votes
2answers
43 views

Relationship Graph with D3

How would I create the following graph with D3? I don't know the name for this type of visualization, and the closest I could find were "force-directed" graphs. Legend: Filled nodes are people, ...
0
votes
1answer
17 views

jqPlot - Styling Custom Features (i.e. ticks: CustomTicks)

I have a couple for jqPlot Bar charts and I'm setting the ticks with a different array from the data that's being plotted as illustrated below. I've noticed that when using some extra features like ...
0
votes
0answers
10 views

Visualising moving moving geometric points

So, I have a big pile of data that represents the movement of people around an area (in lat/longs, with certain route waypoints). I'd love to be able to visualise this in a movie rather than a static ...
0
votes
0answers
10 views

ComponentArt - Binding xAxisScrollBar Dynamically

I am using ComponenetArt for Windows 8. How Can i get the following AxisScrollBar of ComponentArt of XAML code in C#. By using XyChart. <Charting:XAxisScrollBar VerticalAlignment="Bottom" ...
0
votes
1answer
34 views

How do I set custom ticks along the Xaxis in D3? or name the bars in a bar chart?

I'm trying to create a bar chart with custom values for each bar along the xAxis in D3, and thought I'd try to use the tickValues. Just to try it out I gave it some dummy data but it doesn't work ...
0
votes
2answers
28 views

Plotting points on a map

I am trying to plot coordinate points on a map, but I get the plot.new error. Could you please help? library(maptools) library(ggmap) library(mapproj) table <- read.table("table.txt", ...
0
votes
2answers
23 views

Transforming table to format for stacked bar chart

I've got a data frame in R that looks like this URL TTFB StartRender FullyLoaded http://news.bbc.co.uk/ 500 750 3000 and I want to plot a stacked bar chart from ...
0
votes
0answers
42 views
+50

Constraining edge directions in D3 network

I'm working on a D3 network visualization and trying to tweak the layout. The nodes represent university courses, and the edges connect prerequisites (e.g. if course A is a prerequisite for course B, ...
0
votes
2answers
20 views

Adjusting D3 Chart Bar Height

I'm putting together a D3 vertical bar chart and can't adjust the bar's height. When I adjust the barHeight variable from the following javascript, when rendered the bar's look exactly the same. ...
0
votes
1answer
30 views

Howto combine Highstock (Highcharts) 'addPoint' function with flags

Using the Highstock (Highcharts) library, I'm wondering, how do I combine A) adding flags as in here (or see fig.1) with B) dynamically updating data, using the addPoint function (ex: ...
-2
votes
0answers
16 views

Upload an .xls and graph it in Highcharts or other .js graphing app? Anyone know a web app that does this? [closed]

I'm looking for a data visualization tool that uses Highcharts. So almost like Tableau but probably simpler ... I guess it could use any of the awesome, powerful JavaScript libraries out there. ...
2
votes
1answer
30 views

plotting trajectory data in matlab

I have trajectory information in 3 dimensions in matlab. These are of a gesture someone is making. When I connect the points in matlab by using plot3, I can see the trajectory nicely. However, the ...
0
votes
1answer
91 views

Place 1 heatmap on another with transparency in R

I'm new to R and have the following challenge; I want to create a visualization that basically combines 2 kind of 'heatmaps' in order to visualize at what times there are truly dark skies (for ...
5
votes
2answers
83 views

Can I automatically generate an Euler (Venn) diagram from a containment graph

Say I have a directed graph G where each node represents some set I've got. There is an edge from u to v iff u is a subset of v. This graph is transitive and acyclic. There are a number of source ...
5
votes
1answer
51 views

Drawing a plot to represent successive separation into categories (R, ggplot2)

This is a question both about best practices for visual representation of data and about how to draw plots in R/ggplot2. I am trying to find a way to graphically represent the story told here: ...
0
votes
2answers
49 views

Visualizing Charts Tutorial

I'm wondering which JS library would be best to dynamically visualize survey data from a postgres db. I've been looking at morris.js, google visualizations, rapael.js, and D3. The survey has_many ...
-1
votes
1answer
38 views

how to draw graph using JFreeChart [closed]

I have a CSV file in which data regarding location of a vehicle is stored against time. I want to draw a graph to show it's location at various time intervals using JFreeChart library. Can anyone tell ...
0
votes
0answers
31 views

SAS Data Visualization (Three 4x4 matrices)

I need some advice about how to represent the following data. The code is lengthy, but i've tested it and it works well to create random data for this sample. I want to represent the difference in ...
1
vote
1answer
47 views

Evaluate class separability

I want to evaluate separability of my features for 3 classes and do the same for other 2 sets of features and eventually show that my features provide the best separability. To make it clearer, I want ...
2
votes
3answers
102 views

A good book for learning D3.js

I saw d3js via this Skinny! I was interested and bought this book!, I may be wrong, however found it un-fulfilling. does anyone have prime material for mastering d3js for data visualisation? I ...
2
votes
1answer
82 views

Heat Table in R

I'm looking for a way to duplicate the kind of Heat Table shown below with R (and possibly ggplot2). Specific time axis are irrelevant; any rectangular table should do. I've tried to search for ...
2
votes
1answer
153 views

How to isolate the plots of this method?

I am using the rugarch package and I fitted a model. Now I want to look at the output and use the plot function. My problem is, that the 5th plot contains some subplots, which are plotted in one ...
0
votes
1answer
54 views

D3 or Raphael for modeling tool?

I'm building a modeling tool that contains 2 sets of sliders -- one set that changes the amount per month payment (at top), and one set that shows user the date their debt is paid off (bottom), ...
0
votes
1answer
43 views

How to plot the rownames as dates in a plot?

I am using the sp500ret data from rugarch package: library(rugarch) data(sp500ret) This is (at least I think so) a dataframe, which gives the returns. The rownames are the dates. Now, I want to ...
1
vote
2answers
36 views

Grabbing single plots from multi-plot output in R

I'm attempting to grab one plot from a multiple plot output. For example library(mboost); mod=gamboost(Ozone~.,data=airquality[complete.cases(airquality),]); plot(mod) The above creates a plot ...
0
votes
1answer
30 views

Can I update DOM elements in a D3 selector based on a data join to a different data object?

tl;dr Can I create elements using data that looks like: [{"id": 1, ...}, {"id: 2, ...}, ..] and update attributes of the elements using data that looks like: [2, 4, 7] (where the elements of ...
0
votes
1answer
35 views

Line in R plot should start at a different timepoint

I have the following example data set: date<-c(1,2,3,4,5,6,7,8) valuex<-c(2,1,2,1,2,3,4,2) valuey<-c(2,3,4,5,6) now I plot the date and the valuex variable: plot(date,valuex,type="l") ...
0
votes
0answers
5 views

Masking part of solution in ParaView

I have two different results in vtu files. One is 2D field (with nodal values) and second contains 0,1 values on each cell. How to create a mask based on that 0,1 values to hide adequate cells with ...
-1
votes
1answer
34 views

Generating boxplot in R

I have data that looks like this: tc td 3 400 3 430 4 200 4 240 5 120 3 470 ... and so on. I would like to generate a boxplot(using default plotters or ggplot2) that groups ...
1
vote
0answers
44 views

adding node in D3.js on click

I am trying to draw a graph similar to this one with some additional functionality: on click on a node it expands and show it's friends and on click on the same node for a second time, it ...
0
votes
1answer
38 views

How to animate bar graph data in Processing visualization?

I'm trying to figure out how to consolidate drawing these lines into a for-loop in the draw() function. Basically, I'm trying to animate a bar graph, eg trying to draw each bar from 0 to it's Y ...
1
vote
1answer
93 views

Any good tools to make 3D data visualizations for Big Data?

I don't know if you have seen this video: http://www.youtube.com/watch?v=Q9wcvFkWpsM. I wonder what kind of tools did the presenter use to create those powerful 3D visulizations? Can anyone please ...
1
vote
0answers
58 views

VS2010 Microsoft.Windows.Controls.DataVisualization.Charting C# code for StackedChart

Im creating a silverlight application for now, and I'm having a difficulty how to set an itemssource variable for a stacked chart. Im using Microsoft.Windows.Controls.DataVisualization.Charting ...
-2
votes
0answers
18 views

Creating interactive visual treemaps using c# [closed]

I'm trying to visualize data from a SQL server, ideally the final product should look like the following: http://www.drasticdata.nl/DDHome.php?m=511 It has to be interactive. Do you know of any ...
0
votes
1answer
19 views

changing the range of counts in stat_binhex

I wanted to expand the range of counts in stat_binhex. The toy example listed on the site, http://docs.ggplot2.org/0.9.3.1/stat_binhex.html, has a range for counts in the legend field, and I wanted to ...
0
votes
0answers
32 views

Is there free data-visualization map control available for Windows Store App?

I searched a lot, but didn't find like that. Do you know any free data-visualization map control control as SyncFusion.
0
votes
1answer
50 views

How to visualize given temperatures' data with layer in google maps?

I have some data in a .csv file with the format: longitude latitude temperature Need to visualize those temps on a heatmap-like layer above the GoogleMaps map. Have tried the heatmaps offered ...
1
vote
4answers
78 views

How to deal with a lot of plots in R

I have a for loop which produces 60 plots. I would like to save all this plots in only one file. If I set par(mfrow=c(10,6)) it says : Error in plot.new() : figure margins too large What can I do? ...
0
votes
1answer
94 views

Building a Graph Editor - How to create a data driven graph [closed]

I'm developing a graph-editor that uses drag and drop to build hierarchical graphs (containing nodes and links), each node in the graph should be linked to a table in our database (SQL Server), I did ...
0
votes
1answer
39 views

Drawing a Discrete number of rects in an svg element.using D3.js

js and I am trying to figure out how to draw a discrete number of rectangles in an SVG element. It could be 5 rectangles to a million. What is the best way to go about this? Should I be using the ...
0
votes
0answers
23 views

Javascript library for global intensity map

I want to be able to pass a list of latitude/longitude values to a javascript library and have it spit out something like these images: http://www.onebag.com/popups/earthnight.jpg ...
0
votes
0answers
23 views

Error when executing hexTapply function of R's hexbin library

I would like to plot visits to a website by screen resolution using R's hexbin package. My current data set is in the following format: Width Height Visits 1366 768 507089 1280 800 ...
1
vote
2answers
34 views

How to keep track of my data structures?

I'm a javascript developer for a year now but I lack some architectural/engineering background as I was lazy in college. In the beginning I was writing small scripts with relatively small and simple ...

1 2 3 4 5 17