Skip to main content

Questions tagged [visualization]

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

-1 votes
1 answer
20 views

Error in PowerBI: One or more calculated objects need to be manually refreshed [closed]

I ended up with an error message that stated "One or more calculated objects need to be manually refreshed" and a "Refresh now" button. Hitting Refresh did not appear to do ...
Kalyan's user avatar
  • 1
-2 votes
0 answers
49 views

How to make colorful line legend?

I have this plot: Where: Orange vertical line is false positive of p-wave class Green vertical line is false positive of qrs-wave class Purple vertical line is false positive of t-wave class Red ...
Muhammad Ikhwan Perwira's user avatar
0 votes
2 answers
41 views

Sorting calendar plot with geom_segment() without overlapping

I am trying to do this calendar ggplot2. So far, it works fine, but I want to make one adjustment, and I am not finding the way: Overlapping of geom_segment() in num_months 2:5 in year 2021. For some ...
Paula's user avatar
  • 679
0 votes
1 answer
29 views

Sorting calendar plot with geom_segment() + fix scale

I am trying to do this calendar ggplot2. So far, it works fine, but I want to make two adjustments, and I am not finding the way: I want to arrange every segment within each year and num_months, so ...
Paula's user avatar
  • 679
1 vote
1 answer
33 views

plotly isosurface problem based on data size: it doesn't plot but also doesn't give an error message

I am a beginner in python and was playing around with data visualization for a task at my job. Simply, I need to visualize a cloud of 3D data points and I decided Isosurface function meets my ...
kurbaga_olmus_link's user avatar
1 vote
1 answer
28 views

How to add '%' sign in text label over bar In vegaLite

I am trying to create a group bar chart with text Labels. I am not able to find how to '%' in text label over bar. Is there any way so that i can achive this? expected text over bar -> for 50 it ...
Mohit's user avatar
  • 355
1 vote
1 answer
31 views

Calendar plot with geom_segment() [closed]

I have the following dataset in R. I aim to do a ggplot where the scale goes from 1 to 12 (January, February, ..., December) in the x-axis, and the y-axis goes from 1 to 6 ( num_months variable [in ...
Paula's user avatar
  • 679
1 vote
1 answer
13 views

Conditional X-axis short month labeling (Jan, Feb etc.)

In Deneb vega-lite for Power BI, I have ran into an issue where my data for a certain segment of data is not labeled as the beginning of the month (04/01) is not shown, due to the nature of this ...
Jflo3500's user avatar
0 votes
0 answers
6 views

Synthetic Data Vault get_column_plot change legend and title

How do I change title and legend for Synthetic Data Vault get_column_plot command ? The documentation gives no such option at all https://docs.sdv.dev/sdv/single-table-data/evaluation/visualization. I ...
温泽海's user avatar
  • 344
0 votes
1 answer
44 views

How to setup Grafana Heatmap From SQL Query with predefined buckets?

I want to build a Grafana Heatmap for the SQL query bucketing data over 15 minute intervals in two predefined buckets. Table view is fine but heatmap view shows both count and bucket. The query: ...
evvvvr's user avatar
  • 1
0 votes
1 answer
33 views

plot many signals together in python

I am trying to plot many signals (196) from a multielectrode dataset (https://zenodo.org/records/1411883). I want to plot something cool to see all registers together. I want to get something similar ...
GGChe's user avatar
  • 15
1 vote
3 answers
42 views

ggplot , geom_line, stat_summary geom = "line" -- How use geom_line and match stat_summary -- annoying results

I'm a R frequent user but always try to understand why these two graphs are super different and what I can do to mimic geom_line to match the display produced by stat_summary (which is way better) ...
Luis's user avatar
  • 1,552
-1 votes
1 answer
28 views

Is there a way to make two scatter density plots share the same legend in R

I am using geom_pointdensity() to draw scatter density plot in R. Is there a way to draw them side by side as subplots and also share the same legend with the same range?
quick2063's user avatar
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
1 answer
31 views

Adding percentage annotations to a graph using python

Ting to add some percentage annotations to a population pyramid, but currently the percentages are duplicated, cannot, for the life of me figure out how to fix it. #creating a count of each male in ...
Leakie's user avatar
  • 1

15 30 50 per page