What is a good platform (environment/language/reuseable component) for data visualization?
I have lots and lots of data in various structures. Are there any better platforms other than Excel charts which can help me. thanks ...
I have lots and lots of data in various structures. Are there any better platforms other than Excel charts which can help me. thanks ...
I have an application in which users interact with each-other. I want to visualize these interactions so that I can determine whether clusters of users exist (within which interactions are more frequent). I've assigned a 2D point to each user (where each coordinate is between 0 and 1). My idea is that two users' points move closer tog...
I'm currently reading some academic papers on Google Scholar, but I'm interested in the personal experiences of developers and web designers - when do you and don't you use tag clouds instead of another visualization method? ...
What is the best way to graph scatter plots in C++? Do you write data to a file and use another tool? Is there a library like matplotlib in Python? ...
I want to create visuals along the lines of CNN's "red-state, blue-state" shadings of the states in the U.S. for my project. I'm planning to do something fancier than just shading the state's shape in a color. Are there open source libraries of state shapes/polygons (or - if not open source - others) that I can import into Word, Excel, e...
I would like to create a graph (set of vertices connected with edges) and I'm looking for tools or libraries that can help me. The graph is composed of at least 1000 nodes. Although it may be a little ambitious, I'd like to create one that has 60k nodes. Obviously the resulting graph is meant to be artistic more than functional. For ...
I've got a request to implement a visualization service for geographical related data. I have a list of Italian ZIP Codes (they are called CAP in Italian). I've already found a table which maps these ZIP codes to geographical coordinates (lat/long). So, the data I have to visualize as map is structured the following way: ZIPcode Latit...
I have spent a long time searching for a product that would bring functionality similar to matplotlib to the .NET framework. From what I can tell, nothing really measures up. Is this an accurate assessment? Here is what I have found: Commercial: ChartFX Dundas KitWare's ActiViz (basically a managed version of VTK) Open Source: ...
Hi, I'm just starting to take an interest in visualization and I'd like to know where I can get my hands on some data, preferably real world, to see what queries and graphics I can draw from it. Its more of a personal exercise to create some pretty looking representations of that data. After seeing this I wondered where the data came f...
I have a process which generates a data vector from a sensor.I'm using Intel Integrated Performance Primitives v5.3 update 3 for Windows on IA-32 to process it further for some calculations.I want to know if there is any c++ library which allows to plot the vector as a histogram/bar chart during data acquisition.I can write the multi-thr...
I try to find a Thinkmap-like engine on flash to visualize structured data. Does anybody know any free engines? ...
There are a ton of lists out there of interview questions to test the candidate's programming aptitude. But my company is very UI-focused, and everyone is expected to be able to both code and design a decent UI. So once I've seen that the candidate can implement recursive Fibonacci and tell me its orders of growth in time and space, I ...
I'm new to Flex but need to generate some visualizations of some time-based data. Any recommendations for tools that would work well in Flex? ...
I have a bunch of numeric stats data gathered over time. I need to show it as a line graph to user in a HTML page. I want to render graph on client. It would be perfect if graph would be interactive (allowing user to scale, scroll, toggle graph lines visibility etc.). Is there any decent free graph drawing library for Flash / Flex (or...
Hi... I'm trying to draw a graph of the dependencies between C header files using graphviz. Basically, what I'm doing is log all the #include that appear and the condition (#if conditions I mean). If a file includes another one, it becomes its father in the graph and the potential condition is the edge label. I obtain a pretty large g...
Are there any frameworks for building squarified treemaps in C# 2.0 WinForms? Something similar to this: (from http://www.codeproject.com/KB/recipes/treemaps.aspx) ...
Hi, This is just an open question on whether similar type tools/services for visualization available in .Net. Thanks. ...
I have some some data that I would like to visualize. Each byte of the source data roughly corresponds to a pixel value of the image. What is the easiest way to generate an image file (bitmap?) using Python? ...
Hello, I'm making a Flex application to visualize the contents of an XML file in a tree, radial diagram, etc... I looked all over the internet and I can't find any useful tutorials or source code on how to do this. Most existing components on the web have licensing issues with them, so I prefer to write some sort of XML visualization al...
I have a programming assignment in Perl that requires me to do the following: Creates a table in a mySQL database, and inserts these records into it: Loads the data from the table into an array of instances of class Son. Using the array, creates HTML code representing a father-son tree, and prints the html code to STDOUT. It's not nece...