Skip to main content

Questions tagged [visualization]

Visualization is any technique for creating images, diagrams, or animations to communicate a message.

visualization
4,641 questions with no upvoted or accepted answers
9 votes
0 answers
2k views

Group by field and bin for CloudWatch Logs Insights line chart

I want to create a line chart with two lines in AWS CloudWatch Logs Insights. One line representing mobile users and the other desktop users, showing a success rate for each group of users. This this ...
John Skiles Skinner's user avatar
9 votes
0 answers
4k views

python folium: make a gif from maps

I am plotting an hourly update of the devices on different maps. To animate and analyze the update I'm displaying a new plot at each iteration by clearing out the output of the cell in jupyter. map_ ...
PixelPioneer's user avatar
  • 4,140
9 votes
2 answers
3k views

How to visualize HeteroData pytorch geometric graph with any tool?

Hello what is a good way to visualize a pyg HeteroData object ? (defined similarly: https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html#creating-heterogeneous-gnns ) I tried ...
partizanos's user avatar
  • 1,104
8 votes
1 answer
1k views

gt table - freeze columns (or make them more readable)

I am creating a table using the gt package in R Studio, and I can't figure out a graceful way to make the columns more readable for tables with many rows. Take the following code: gt::sp500 %>% ...
BSHuniversity's user avatar
8 votes
0 answers
1k views

How to gather nodes based on group in VisJS?

I'm pretty new to VisJS and attempting to visualize computer usage data. Over the past 2 months, I've collected data on how long I spend in each application on my computer in a chronological pattern. ...
Kyle Michel's user avatar
8 votes
0 answers
2k views

Implementing a Javascript library/projects for multiple vertical timelines with zoom controls

Note: Please let me know if this question is not relevant to SO. I will happily remove it I am looking for a javascript-based library or a sample project which supports creating multiple (child) ...
Sahan Serasinghe's user avatar
8 votes
0 answers
266 views

Create Normal Curve using TabPy

I have before made Normal curves using the amazing blog by Robin Kennedy: https://public.tableau.com/en-us/s/blog/2013/11/fitting-normal-curve-histogram But when it comes to TabPy, I am failing to do ...
Pragyan Bezbaruah's user avatar
8 votes
1 answer
1k views

How to graphically represent and manipulate apache avro schema

I have been working with apache avro lately, where i was writing the avro schema files by myself, now i am dealing with other developers schema and looking for a tool to visualize the schema to save ...
Baha' Al-Khateib's user avatar
7 votes
0 answers
2k views

GA4 exploration - Manually sort columns?

Ive been having troubles sorting my free form explorations data to the order I am wanting. Here I want the video_complete row to be at the bottom of my nested list so it makes sense when reading this ...
Lee A's user avatar
  • 139
7 votes
0 answers
742 views

Projector in Tensorboard python application

I have the following code and sample which is working fine and exactly I want it to: import numpy as np import pandas as pd import sklearn import sklearn.preprocessing import datetime import os import ...
Jaffer Wilson's user avatar
7 votes
1 answer
655 views

How to populate a div with hover text in bokeh?

I am developing a geographical dashboard in bokeh. It is fairly easy to use hover tooltip in bokeh, however I want to populate a div when I hover on a field. Python version : 3.5.2 Bokeh version : 0....
Ahsaan-566's user avatar
7 votes
0 answers
3k views

How can I plot Shapely polygons with holes?

I would like to have a function plot(shapely_objects) where shapely_objects is a list of Polygons, Points and MultiPolygons. I have something extremely similar, but it fills the holes of polygons. How ...
Martin Thoma's user avatar
7 votes
2 answers
2k views

Directed Acyclic Graph with Hierarchical Layout

I am trying to programmatically build a family tree. I don't care what format the input data is in, as text is easy to parse (I'm an NLP researcher), but I'm having trouble figuring out how to build (...
inkalchemist1994's user avatar

15 30 50 per page
1
2 3 4 5
310