Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

side by side list relationships network graph javascript

I have two lists of names. One is the boss the other are the employees. I can format the data however is needed. On the left hand side I will have a list of the boss names, and on the right I will ...
Tom's user avatar
  • 381
0 votes
0 answers
37 views

How do I visualize time data in Power BI Desktop?

I need to visualize time data in Power BI Desktop from an Excel table, but the data is incorrectly visualized. In Excel I can simply select the table and create a graph from it, but Power BI seems to ...
Koordynator's user avatar
0 votes
0 answers
27 views

Why can't I load the dataset in this data visualization based JavaScript program?

I am starting starting to dive deeper into programming and have started with d3 library. I wanted to run a program that will create a scatterplot and parallel line graphs using a penguin dataset I ...
bad_with_usernames's user avatar
1 vote
1 answer
58 views

Why does my column chart show 100% for each category that I want to show?

I am trying to create a bar and line chart, for the bar chart, I want to show the split between Complete and Incomplete ( my categories) in %, however, my bar chart is showing me 100% for both ...
Joanne Jeow's user avatar
0 votes
1 answer
51 views

How prevent labels from getting clunked in stacked bar chart in R (ggplot)?

I've been trying to solve these percentage labels that are thrown out of the image and don't show correctly when the number is too low, but can't seem to find a solution. You can see it in the right ...
João Augusto Freire's user avatar
0 votes
0 answers
28 views

How to Set Base Y-Axis Value and Adjust Label Increments in Matplotlib?

I am working on a data visualization project using Matplotlib in Python. My dataset, stored in a file named 'data', consists of several metrics categorized by different values. The data structure is ...
hch's user avatar
  • 747
0 votes
0 answers
94 views

How to properly organize nodes and edges of a node-link diagram in python

I have a dataframe that includes two columns (sender and recipient) that I want to display in the node-link diagram. It does appear but it is not showing properly. The values in the sender can appear ...
Devdek's user avatar
  • 21
0 votes
0 answers
18 views

Flowgraph (planar graph) draw algorithm

Can someone direct me to a literature explaining the basic algorithm for drawing flowgraphs/planar graphs? In other words: INPUT: array of vertices + edges (V, E) OUTPUT: picture of a graph that ...
toxic's user avatar
  • 496
0 votes
0 answers
62 views

how to make funnel in python that branches off?

enter image description hereHow do I make a funnel that branches off into multiple branches and effectively visualize this? I have tried ploty but the functionality doesn't support this. For example, ...
user21585314's user avatar
0 votes
0 answers
38 views

Seaborn FacetGrid Error: "AttributeError: 'DataFrame' object has no attribute 'iteritems'" [duplicate]

I'm trying to create a Seaborn FacetGrid to generate scatter plots based on the 'trans_type' variable in my dataset, but I'm encountering an error related to 'DataFrame' object and 'iteritems.' Here's ...
TURKI's user avatar
  • 1
-1 votes
1 answer
51 views

Building a specific rank chart with two "bars" for each X value in R

Dear Stack overflow community, I am new to R and I would like to build a very specific chart but struggle with the ggplot language. Basically, this is a toy version of my dataset given by the dput ...
Val's user avatar
  • 23
0 votes
0 answers
38 views

ReactJS Recharts: Graph Rendering Issues in Grayed-Out Areas

I want to generate a graph in reactJS like this:- But my below code is generating the graph like this:- Link to my code - https://codeshare.io/YLD7Pn <div> <ResponsiveContainer width={...
poynting-dev's user avatar
0 votes
0 answers
33 views

Patchwork is squishing wordy graphs, makes them unreadable

I'm trying to put together a few graphs, and patchwork is squishing them. These are some word frequency graphs taken from Julie Silge comprehensive tutorial: https://juliasilge.com/blog/term-frequency-...
Gabriella's user avatar
  • 451
1 vote
1 answer
60 views

In R, how do I make flat slope graph/scatter graph with multiple values per row?

I am trying to make a chart that looks like this: Except instead of the different media organisations on each row, you would have each individual survey participant (there are 47, I know this is ...
fourteen14's user avatar
1 vote
0 answers
397 views

Finetuing pyvis to spread node spacing

I'm making a network map of my chess moves in the game played. Here's the code I wrote: N = nx.Graph() N.add_edges_from(main_list) # Calculate node sizes based on their degrees scale = 5 # Scaling ...
Keyser's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
38