Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [visualization]

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

visualization
3 votes
0 answers
19 views

How to assign colors in go.Cone based on a single column of a DataFrame instead of the total magnitude calculated by default?

I’m working with Plotly’s go.Cone function to visualize 3D data. In my plot, I’m representing cones with positions (x, y, z) and directions (u, v, w), where the components u, v, and w correspond to ...
Willy Menacho Nacho's user avatar
0 votes
0 answers
17 views

Area with field [Dates], type Temporal on X & Y axis

According to Vegalite AREA, Area works for X as temporal or ordinal field and Y as quantitative only. I have large dataset that consists of mainly 3 columns, Milestone ID, update Date and Targets (...
Sandeep Rao's user avatar
0 votes
0 answers
6 views

How to visualize attention for long sequences (e.g., amino acids of length 1000) in Transformer models?

I am working with Transformer models and I have a specific use case where I need to visualize the attention mechanism for long sequences. Specifically, I am dealing with amino acid sequences of length ...
Farshid B's user avatar
0 votes
0 answers
31 views

How do I make await function last less than one millisecond?

I am currently making a sorting algorithm visualizer using HTML, CSS, and JS. I have most of it down, but I want to give it the ability to sort faster than one comparison a millisecond. Here is my ...
BATTLEBOTS_BOI's user avatar
1 vote
1 answer
15 views

Y/X-Axis Zoom Slider in Deneb Vega Lite?

In Deneb vega-lite I am looking for the ability to zoom slide on the y-axis and x-axis as you would a native Power BI line chart. Here is the template i used. Ideally, would like these sliders to sit ...
Jflo3500's user avatar
1 vote
2 answers
21 views

How to sort order of stacked bar

I am trying to create a stack bar chart in Vegalite. my requirement is specific i want to stack the bar in the same order as in legend (legend are in order as data ) , i want to stack bar from ...
Mohit's user avatar
  • 369
0 votes
0 answers
20 views

Streamplot in Julia with vectors

In mathematica there is function called ListStreamPlot. One of its functionality is generating a streamplot from vectors. ListStreamPlot[{{{x,y},{vx,vy}},...}] where (x,y) are coordinates of (vx,vy) ...
Student Debil's user avatar
1 vote
1 answer
24 views

Matplotlib antialiasing of axvline when plotting from label encoded classes when it's zoomed in

I have this code: # Display parameter Xt = X_test[0, 0:1024] a = 1 lw = 1 # Get mask of every classes bl_pred = yp == 0 p_pred = yp == 1 qrs_pred = yp == 2 t_pred = yp == 3 # Plotting for i in range(...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
22 views

Bubbles inside Packed bubble all the same size

The packed bubble chart I am rendering, is rendering bubbles of the same size. The outer bubble is sizing correctly but the inner bubbles are all the same size. How to fix that issue? My code: ...
nb_nb_nb's user avatar
  • 1,349
0 votes
1 answer
29 views

Vega via Deneb in Power BI sankey chart grouped source and target names

I d like to create a sankey chart chart using vega in Deneb. I found an article online and I have the following code, but I would like to show the countries grouped currently my result is like this, ...
Flynn Fu's user avatar
-5 votes
0 answers
19 views

Mongo DB visualization [closed]

I need help currently I'm using mongo DB and wanted to fetch live data to the power BI My client wanted to see current data in dashboard if you have any ideas please feel free to mention any other ...
Omkar Neharkar's user avatar
0 votes
0 answers
18 views

Highcharts heatmap is smushing the data and overlapping

I am trying to create a heatmap but the data is getting all smushed and overlapping. Not use what is wrong with my code. // Substring template helper for the responsive labels Highcharts....
nb_nb_nb's user avatar
  • 1,349
0 votes
2 answers
54 views

How do I make elements show during an operation instead of after?

I am making a sorting algorithm visualizer using JavaScript. I have most of it down, but currently, the bars do not show up until the sorting is done, and at this point, it does show up sorted. ...
BATTLEBOTS_BOI's user avatar
0 votes
1 answer
17 views

Sheets swap on Tableau Dashboard using parameter

Can anyone help the issue I have with Tableau? I tried to swap sheets on Tableau dashboard by using parameter, but once I tried to change the sheets, it still won't work. what I did was creating ...
Alifia Ganjaraharja's user avatar
1 vote
1 answer
26 views

How I make dissapper text value on Condition in VegaLite Chart

I am trying to create a group bar chart with text value over the bar, Chart seems good when there is no zero value, but when there is zero value in data then bar not make but label (text) are visible ...
Mohit's user avatar
  • 369

15 30 50 per page
1
2 3 4 5
465