Skip to main content

Questions tagged [visualization]

2 votes
1 answer
106 views

I have a tumor dataset in R that is a Seurat object. I am working on a project to develop a new visualization tool for single-cell RNA-seq data. I want to develop the visualization using JavaScript, ...
waldo_gb's user avatar
0 votes
2 answers
265 views

(FYI: I asked this question on stack overflow and was directed here) My problem is as follows: I have a dashboard running on a server at customer premises which updates every 15 minutes The dashboard ...
Imtiaz's user avatar
  • 23
2 votes
1 answer
378 views

I was wondering what is the best approach for a Data visualisation application for WPF and MVVM The key points are: The data is loaded, or needs just a little preparation such as pulling out ...
Piotr Golacki's user avatar
1 vote
1 answer
141 views

I am composing a library for Discrete-Event Simulation of vehicle traffic. Vehicles are modelled as agents, while the network is modelled as a set of interconnected edges and nodes (a bidirectional ...
ForeverNoob's user avatar
5 votes
3 answers
643 views

I want to make a small programming tutorial which will have a number of images visualizing various data types, but I am not sure how to draw these images of the data types. Assume that I have a ...
johnny92's user avatar
  • 251
-1 votes
1 answer
318 views

a few years ago I wrote a python script for reading CSV, handling the headers, filtering data, renaming stuff via RegEx...bascially to do various ETL stuff. This was done using a exhaustive ...
and0r's user avatar
  • 109
1 vote
4 answers
269 views

I have started a new job as a software engineer one month ago working on a web, saas oriented piece of software. I like it, but I have spotted an area where I need to increase my skills, which is ...
Vivien Adnot's user avatar
2 votes
1 answer
103 views

Does anyone know of any tool that would help find classes that are taking on too much responsibility? E.g. By visualizing a file's size compared to the other files in the code base, it can be easy to ...
Senseful's user avatar
  • 129
6 votes
1 answer
729 views

I need a 2d or 3d graph visualization algorithm by which adding/removing a node or a relationship does not have a butterfly effect on the positions of other nodes. (We are talking about a directed ...
inf3rno's user avatar
  • 1,259
8 votes
1 answer
419 views

Does anyone know how to visually diagram the ways in which the flow of control in code passes between code produced by different groups and how that affects the amount of code that needs to be ...
Mike Samuel's user avatar
  • 1,878
2 votes
0 answers
972 views

I am looking for hints/ideas for the best (most effective) way on how to scroll multi-line items as well as emphasizing of the "current item" and "selected items" such as: 1 FOO ITEM 1 Foo sub-item ...
mjf's user avatar
  • 151
3 votes
2 answers
1k views

Question What is a good way to go about visualizing a complex software application? Are recommended software applications that can be used for this purpose? Background About 3 years ago, I ...
Chris Dutrow's user avatar
5 votes
1 answer
4k views

I am 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 ...
Believer's user avatar
4 votes
1 answer
1k views

I'm exploring a piece of code in Architecture Explorer in Visual Studio 2010 to study the relations between methods. I noticed a strange behavior. Take the following source code. It generates a hello ...
Arseni Mourzenko's user avatar
5 votes
1 answer
2k views

I'm curious if anyone here has any idea how the images were generated as shown in this response: Which hashing algorithm is best for uniqueness and speed? Ian posted a very well-received response but ...
clstroud's user avatar

15 30 50 per page