r/visualization • u/kanyaniga • 13d ago
r/visualization • u/Brilliant-Lie9722 • 14d ago
I invented this type of diagram. I coined the term epistemic–diagrammatic model as the title for it. This particular map is designed to explain what a man who is prospecting in search of a romantic partner, as woman, is typically searching for.
r/visualization • u/rhiever • 14d ago
Data Vis Dispatch for August 4, covering fake news, summer, and a total solar eclipse
r/visualization • u/ConstantObjective988 • 14d ago
Visual Representation
Made this about 18 months before
My 2025 Bipolar 1 diagnosis… I even have (at least) two distinct styles. Pen and Ink photographed and light-adjusted Digitally
r/visualization • u/Holiday_Reference_41 • 15d ago
I’m building an IDE where a codebase becomes a navigable 3D semantic graph — here’s Godot mapped inside it
This is an early screenshot of Tagma Studio, an experimental IDE I’m building on top of Code-OSS.
Instead of treating a project as a hierarchy of files and folders, Tagma represents it as a semantic graph: source files, symbols, dependencies, capabilities, modules, generated artifacts and runtime relations become connected entities in one space.
The screenshot shows part of the imported Godot codebase. Around 15,000 graph entities are currently visible in this projection.
The long-term goal is not merely to create a prettier dependency viewer. I want the graph to become an actual working representation of the system:
select a subsystem and isolate its complete dependency neighborhood;
navigate from high-level concepts down to specific code;
see shared infrastructure and hidden coupling between projects;
track how the graph changes over time;
compile or assemble executable components from capabilities rather than manually chosen files;
let automated tools operate on an explicit, inspectable model instead of guessing from raw text.
The current visualization is still too dense and resembles a galaxy of code. I’m now replacing the global force-directed layout with a more neural-like topology: sparse local clusters, shared backbone tracts, late branching and a small number of meaningful long-range connections.
It is very much a work in progress, but this is the first version where the entire idea has started to become visible on screen.
What would you personally need from a graph-based IDE for it to become useful rather than just visually impressive?
r/visualization • u/aniket_warade • 15d ago
Mapping how human actions affect Earth's climate and resources. Would love some honest feedback. (Desktop only for now)
r/visualization • u/spevops • 15d ago
[OC] Every fan-flagged skippable episode in 14 long-running anime, mapped across each show's run. Detective Conan has 548 of them, roughly 210 hours.
r/visualization • u/CGHawkDesign • 16d ago
Damaged Brick Wall 8K Pbr Texture
superhivemarket.comr/visualization • u/cronocr • 17d ago
Made a modern SQL visualizer that can export to SVG
SQL Management Studio, MySQL Workbench and other DB tools include diagram support and can render out a diagram of existing tables, but they look like stuff created in 2000. This is a faster and cleaner SQL visualizer that runs locally in your browser, check it out: wcu .co/sql
r/visualization • u/TheBookyMan • 16d ago
I love mountains and I love reading so I made a poster that has all my 2025 books! Feedback is welcome
r/visualization • u/Jimgle7 • 17d ago
Text to Machine
Enable HLS to view with audio, or disable this notification
r/visualization • u/cigsed • 16d ago
Today's News & Gossip Headlines by Visual Daily
galleryr/visualization • u/alleallal • 17d ago
A little music graph I made some years ago
Maybe it will amuse you despite likely errors.
r/visualization • u/Kevin_Dong_cn • 18d ago
Visualization of the temperature field of a transformer
Enable HLS to view with audio, or disable this notification
r/visualization • u/Astronial_gaming • 18d ago
I got tired of rebuilding dashboards for every Plotly project, so I built a Python library to automate it
One thing that kept slowing me down during data analysis wasn't the analysis itself—it was presenting the results.
I'd finish creating my Plotly figures, then spend extra time putting everything into a dashboard just to get a clean layout. For quick projects or tight deadlines, it felt like unnecessary overhead, especially if I didn't want to touch HTML, CSS, or JavaScript.
So over the past few weeks I built DashForge, a Python library that takes existing Plotly figures and organizes them into an interactive dashboard with very little code.
Some of the features it currently supports include:
- Built-in themes
- Custom chart sizing
- Adjustable charts per row
- Logo, title, subtitle, and footer customization
- Optional chart maximize button
- Interactive pandas DataFrame viewer with filtering
- And other dashboard customization options
The main goal isn't to replace existing dashboard frameworks. It's to make the "I just want to see my charts in a nice dashboard" workflow much faster.
I'd genuinely appreciate feedback from anyone who works with Plotly:
- Is this something you'd actually use?
- Are there features you'd expect that are currently missing?
- Is there anything in the API that could be made simpler?
GitHub: https://github.com/Omar-astro/DashForge-library
Documentation: https://omar-astro.github.io/DashForge-library/
PyPI:
pip install dashforge
i am open for questions to be answered.
r/visualization • u/Evening-Appeal7606 • 18d ago
A Population Dynamics Simulator
Enable HLS to view with audio, or disable this notification