Skip to main content

Questions tagged [visualization]

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

visualization
0 votes
0 answers
18 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
21 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
21 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
26 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
52 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. ...
STM's user avatar
  • 1
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
21 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
  • 355
0 votes
0 answers
21 views

How do I display predicted class labels on the leaf nodes of an XGBoost decision tree?

I am working with an XGBoost classifier to predict types of exploitation. My dataset includes various features, and I have successfully trained a model. However, when I visualize the decision tree, ...
tswift1998's user avatar
0 votes
0 answers
21 views

Navigate to a different page after login streamlit

I am building a data analysis and visualization web app using streamlit with firebase authentication. The login is successfully but it has failed to switch to the main dashboard page. Here is the code....
coding beast's user avatar
0 votes
0 answers
6 views

Creating a Comparative Performance Analysis Table with Filters in AWS QuickSight

I am a beginner in using Amazon QuickSight, and I have a dataset containing information about tasks performed by groups, including a performance score for each task. My goal is to create a table that ...
mohavive's user avatar
0 votes
0 answers
28 views

chart.js graph elements shifting position during continuous updates

I have implemented a Chart.js graph in a Blazor project for monitoring a flow. The x and y values are updated approximately once every second (not at exact intervals) when window.updateHistory(...
Johan hvn's user avatar
  • 358
0 votes
0 answers
7 views

PgyWalker UI is not Visible in Browser

from flask import Flask, request, render_template from flask_uploads import UploadSet, configure_uploads,ALL, DATA from werkzeug.utils import secure_filename import os import pandas as pd import ...
Anish Shakya's user avatar
1 vote
0 answers
21 views

How to render node-name next to node-point in a way that it has collision-avoidance in PyVis

Issue In many PyVis examples text is being ignored and just overlayed, e.g. node-names. Wanted I want to prevent that text is being overlayed. Screenshot: How it should look like In abstract terms: ...
Reinhard Schmidt's user avatar

15 30 50 per page
1
2 3 4 5
465