Skip to main content

Questions tagged [visualization]

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

0 votes
0 answers
19 views

Unable to view an indented tree and a document embedding for this d3 project

I am learning visualization using D3 and was trying to execute this code on my browser for creating an indented tree to view taxonomy and to create a document embedding but unfortunately I can't view ...
bad_with_usernames's user avatar
0 votes
1 answer
53 views

How to create a plot in Matplotlib that looks like a swarmplot but with overlapping points?

I'm trying to create a (sort of) swarmplot - that it- should clearly show the shapes of the distributions but allow for quick plotting of tens of thousands of datapoints by overlapping the dot ...
ufghd34's user avatar
  • 151
0 votes
0 answers
84 views

AttributeError: 'Conv2D' object has no attribute 'output_shape' for visualising CNN

I'm trying to use Keras (visualkeras) lib for visualizing my CNN model but I keep getting the errors. Here's the model: import tensorflow as tf from tensorflow.keras.models import Sequential from ...
james's user avatar
  • 177
2 votes
1 answer
33 views

Altair not displaying data when changing option on dropdown selector

I want to display counts of a certain feature according to the year with an Altair Chart and I want to do it by selecting year as an option of a dropdown selector. It works fine with the 'None' option ...
LostSmoksby's user avatar
0 votes
0 answers
16 views

Power BI Waterfall chart custom sort

I have a waterfall chart. x-axis is "Status" and y-axis is #Products - Data consists of 31,776 rows which is represented in the rightmost bar. I want to custom sort the visual where the 2 ...
shubham sharma's user avatar
1 vote
1 answer
39 views

Deneb (Vega lite) fixed hconcat widths when filtering

How can I fix the widths of visuals when concatenated with hconcat in Vega Lite such that they don't move when filtering? I've set width values for my visuals inside the hconcat list, expecting would ...
Vlad's user avatar
  • 3,372
2 votes
1 answer
44 views

Using two unrelated tables in a Deneb Visual in Power BI

I've looked at this page https://deneb-viz.github.io/dataset. I can't figure out how to use two (or more) unrelated tables in a Deneb visual in Power BI. From this example https://vega.github.io/vega/...
Carlo Mendoza's user avatar
0 votes
1 answer
53 views

Add size legend to plotly.express.scatter_mapbox

I have a visualization done using plotly.express.scatter_mapbox. It basically shows the different institutions on the Saudi Arabia map. These institutions are marked by small circles that are color ...
Kareem's user avatar
  • 1
1 vote
1 answer
38 views

how i aligned grid lines in dual axis chart vegaLite

I am trying to create a dual axis chart in vegaLite ,when i make grid true for both layer then grid lines of y axis is not aligned i want align eqaully and provide better viz. for analysis. Editor ...
Mohit's user avatar
  • 355
0 votes
0 answers
39 views

Power Bi Measurements

Hello i am new to Data Visualization and Power Bi and i got into some early problem i have done some measurements for a project but they keep getting saved in my Date table i tried creating a separate ...
frog1245's user avatar
1 vote
2 answers
93 views

How to visualize CNN architecture using draw_convet?

I need to visualize the CNN model. The example is in the comments. I've tried to use draw_convet (https://github.com/gwding/draw_convnet) but it keeps throwing a list of errors. Could you please help? ...
james's user avatar
  • 177
1 vote
2 answers
49 views

How to set independent parameters for subplots in Plotly?

I’m working with Plotly in Python to create a figure with two subplots, each containing a density contour plot. I want to set different bin sizes (nbinsx and nbinsy) for each subplot. However, it ...
NeStack's user avatar
  • 1,916
0 votes
1 answer
18 views

Sharing PowerBI app to Customer Environment - (no Azure AD)

I have a power bi app created from my PowerBI tenant. Everytime I give access of this app to an external user (Customer), powerBI creates and Azure AD guest account for them and creates a new Power BI ...
Gaurav Negi's user avatar
0 votes
0 answers
30 views

Dynamic values in a Vega Dropdown

I'm trying to build a custom dropdown in Vega - Writing plain JSON code in Kibana via Custom Visualization and not using any programming for Vega such as VegaJS The default Vega dropdown supports a ...
Suman B K's user avatar
2 votes
1 answer
24 views

Vega lite tooltip when hovering stacked bar text marks

With text marks on stacked bar charts, is there a way to avoid duplicating the tooltip code so that the tool tip is the same when hovering over the text marks? Example adjusted from here. Note the ...
Vlad's user avatar
  • 3,372

15 30 50 per page
1
���
3 4
5
6 7
960