Questions tagged [code-visualization]

35 questions
0
votes
0 answers

R ggplot grid of rectangles, borders top, bottom, left right individual colors

I am trying to make an image like the below (generated in MATLAB) in R. I need to use ggplot because I need to add rectangles to the "grid" one by one and set the background of each rectangle according to a matrix that has intensities from 0 to 1.…
lrthistlethwaite
  • 494
  • 2
  • 6
  • 23
-1
votes
2 answers

Possible approach to visualize the Tower of Hanoi problem

I recently started learning more about recursion in Python and quickly got myself into the Tower of Hanoi problem. I already have a recursive solution in Python, which prints the moves I should play to solve the problem, but I would like to…
-2
votes
1 answer

Static code visualization tool for any language?

As the title suggests, I'm hoping for a static code visualization tool that can support any language. I'm hoping there is some tool which can be given some information about the language, and generate a graph (I believe it's called "control flow…
user1999728
  • 913
  • 1
  • 8
  • 25
-2
votes
1 answer

developing an algorithm visualization/simulation

I would like to develop a visualization tool that able to read c programming syntax. The code will includes some functions call, timing information and some triggering mechanism. By recognizing all these syntax, I will be able to simulate and…
Yeo
  • 41
  • 6
-3
votes
1 answer

How can I visualize network architectures effectively?

Is there some sort of software that can do so? Specifically, I would like to visualize Resnet18. Is there no other way other than to just draw it myself? Here is an example of what I want to see: Sample Architecture Visualization
1 2
3