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
16 views

Kibana Visualization Table from array

I have been searching around and I couldn't find an answer for this issue and it's most likely not supported by Kibana unless I break down my array into a new index, which is something I wanted to ...
João Silva's user avatar
0 votes
1 answer
30 views

How to set the width of a figure in Bokeh?

I can set a figures width by doing: fig.width = 1000 however this gives me a smaller figure if I have more then one yaxis, or if I have text in the yaxis, or if I have a legend on the left or the ...
ArvidSteen's user avatar
1 vote
1 answer
47 views

How can i sort categories in Deneb heatmap visual?

enter image description here I use Deneb Heatmap. When i dont use data labels it shows with correct sort, but when it comes to demonstrating data labels (in my code it is "days") it is ...
Vali Mammadov's user avatar
0 votes
0 answers
21 views

Tableau Dashboard - Displaying view as a filter

I have a tabular report with seven attributes in total. Account,r1,r2,r3, and r4 are in row shelf and Month in columns shelf with Amount as a measure. Image1 shows the current view for month 1. While ...
SQL Enthusiast's user avatar
1 vote
1 answer
56 views

How to set non-uniform y-axis ticks in R ggplot2?

I am creating some plots using R ggplot2 and I have run into a challenge. I want to set non-uniform ticks on the y-axis, but I am not sure how to go about it. eg: df <- data.frame(x = c(1, 2, 3, 4, ...
zhang's user avatar
  • 443
0 votes
1 answer
21 views

MoM comparison on Area Chart results in +1 day

I'm calculating the last 30 days vs the previous 30 days. These are my measures: Total Current 30 Days = CALCULATE( [Switch Currency], FILTER( 'Calendar', 'Calendar'[Date] >...
Francesco Mantovani's user avatar
0 votes
0 answers
19 views

Displaying map route in Power BI by connecting two or more different table

Hello everyone i have two table, assuming i have two table Table 1: Flying ID Origin City ID Origin City Destination City ID Destination City 1 1 Sidoarjo 3 Berlin 2 2 Kulonprogo 4 Rotterdam Table ...
PostJavanese's user avatar
1 vote
1 answer
22 views

y axis scale ticks for small decimal value in Vegalite

I am trying to create a chart in vegaLite having dual axis. Issue is that, the second y axis value are in decimal, if i do not use format for second y axis, then it simply makes format with 4 decimal ...
Mohit's user avatar
  • 355
1 vote
1 answer
19 views

Grouped barplots with error bars and pvalue pairwise comparisons

Am new to stackoverflow and would love some help. I have a dataset as below. I would like to create a barplot showing pairwise comparisons between treatment groups as shown but with significance stars ...
Kiplagat Noel's user avatar
1 vote
0 answers
28 views

How do i import obj models in python and be able to view them in mesh form

Although i know i can do this already using libraries like vedo, what i want is to be able to view the individual vertices of the model (kind of like the edit mode in blender) and be able to assign ...
Arkos's user avatar
  • 11
0 votes
0 answers
24 views

I try to visualize groups of data with a line plot but each group has changing data on the x-axis

I am trying to solve a business problem. I was asked to do a line plot. Basically I have packages, which all contains x number of cases. Each package has a purchase date, which ranges from 1990 to ...
Szvitek96's user avatar
0 votes
0 answers
15 views

Plotly graph value reading issues and hover data issues

I would like the percentage values to change as I move from year to year. Also, for some reason the value reading does not change eventhough it should be death rate per 100,000, instead of number of ...
user24902761's user avatar
0 votes
1 answer
42 views

Plotting multivariable plot in seaborn using Pandas DataFrame

Reproducing the data frame as showed : dx = {'SEGM':[9, 8, 7, 6, 5, 4, 3, 2, 1, 0], 'YES':[4812, 2697, 2677, 1811, 1570, 1010, 418, 210, 115, 166], 'NO':[590, 1368, 2611, 2968, 3942, 3596, 2141, 1668, ...
Nabi Shaikh's user avatar
0 votes
0 answers
34 views

Plot events as rectangles with start-end dates along x axis (rectangle width) and magnitude along y axis (rectangle height)

Consider a dummy data set of events df = pd.DataFrame(columns=['category', 'start','end','value','type'], data=[['A','2024-06-01','2024-06-10',0.5,'normal'],['B','2024-05-27','2024-06-16',.8,'normal'],...
ric's user avatar
  • 163

15 30 50 per page