Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
2 answers
84 views

I have a sensor time series with these properties: ~250,000 data points at high sampling rate over ~12 hours ~11 continuous segments separated by 30-40 minute gaps (sensor goes offline periodically) ...
requiemman's user avatar
-2 votes
1 answer
61 views

I have used element_textbox_simple to add html to my plot, axis and legend titles and all worked fine until the legend title. The legend title has a line break where I haven't added one in the html ...
n484's user avatar
  • 3
0 votes
0 answers
93 views

I am using Vegan and ggplot to create an RDA plot, but I am having trouble fixing the clutter from my point labels. They are not readable, and I have tried abbreviations with only a few letters but it ...
emmy's user avatar
  • 31
Advice
2 votes
2 replies
107 views

Currently getting into SQL data cleaning and querying and looking forward to building dashboards and data visualization using BI tools. As a beginner, how do I start with GitHub to create a portfolio ...
Charchit Chauhan's user avatar
3 votes
1 answer
67 views

I am in the process of migrating code and workflows from R-tidyverse/ggplot2 to Python and I'm trying to replicate something that worked for me in R. My challenge in this case is working with split ...
Bill Capehart's user avatar
Advice
0 votes
1 replies
86 views

How do I get rid of this bar in Power BI? It prevents me from moving things to the top of the report and generally gets in the way. Sometimes they just randomly appear in reports. For some people they ...
ninelondon's user avatar
0 votes
2 answers
151 views

I am making a histogram where all the bars are overlapped, but even with the transparency lowered for the bars, it still looks like a mess to me. I thought if I could make the bars themselves ...
katlynisgreatlyn's user avatar
Tooling
0 votes
0 replies
19 views

Hello everybody out there using Glueviz, Is there a way to make Glueviz show labels for individual data points in scatterplots of high-dimensional datasets when moving the mouse cursor over them (i.e. ...
NicolasBourbaki's user avatar
3 votes
1 answer
94 views

I'm plotting a map using sf, geom_sf(), and ggplot2. geom_sf() automatically preserves the aspect ratio, which is perfect, but it introduces white borders around the map that remain white even when I ...
Léa's user avatar
  • 67
2 votes
2 answers
98 views

I have a dataset where I am trying to show that variation in Var2 across groups within grouping categories is correlated with variation in Var1, especially when breaking down variation among a ...
user2352714's user avatar
1 vote
2 answers
114 views

I have a data set visualized as a grouped boxplot where the boxplots are grouped by one variable (family, here) and then color-coded based on subgroups. For some levels of the subgroup variable there ...
user2352714's user avatar
Best practices
2 votes
1 replies
42 views

I have an aggregated response to over 300 questions per team. As of this moment, it's in tabular form like what you see below in power BI. I have been asked to create a graph to make it more easier ...
Kofisam's user avatar
Best practices
2 votes
4 replies
69 views

I am performing Exploratory Data Analysis (EDA) on a medical dataset (Primary Biliary Cirrhosis) to select features for a multiclass classification model. My target variable is Stage (1, 2, 3, 4). The ...
DJTrevor Philips's user avatar
Tooling
0 votes
1 replies
55 views

I have a C++ data processing program. I want to view a live plot of a stream of data that is being produced in the program, for debugging purposes. I'm not looking for a production-ready plotting ...
hburd's user avatar
  • 320
4 votes
1 answer
92 views

I am trying to produce with faceted sjPlot lines, and geom_points. mtcars data supplied as an example. fit <- lm(mpg ~ cyl * hp * am, data = mtcars) I want to have slopes of mpg by hp for each cyl,...
Declan's user avatar
  • 43
1 vote
1 answer
235 views

My goal is to use Keras to visualise the architecture of the model. No training, no inference. For example if I just want to visualise the graph of the network of the classic VGG16-model with model = ...
cards's user avatar
  • 5,237
0 votes
0 answers
40 views

I need to animate the movement of a cylinder in space. I have the x, y, and z coordinates as a function of time in a CSV file. Since it's very large, I can't create the animation manually. Is there a ...
Azerty Gray's user avatar
1 vote
1 answer
69 views

I'm trying to use LightningChart Python v2.0.1 to display a line chart with multiple trends and outlier points, but for some reason the legend entries overlap each other. I'm following guidance from ...
Niilo Keinänen's user avatar
1 vote
0 answers
182 views

I found some similar questions about quiver plots and direction fields, but I’m still confused about the meaning of these two lines in many examples: What do dx = np.ones_like(f) and dy = f mean in a ...
Youness Ansarey's user avatar
2 votes
1 answer
138 views

I am trying to add a horizontal reference plane to a 3D surface plot using R's persp() function, but the plane acts as an opaque layer that cover the surface beneath it. I want the plane to be ...
Saïd Maanan's user avatar
2 votes
1 answer
127 views

I have a semi circle plot that is displaying this data (named data_extract) : Option Count Perc Fract Excellent 8 73 .73 Good 1 9 ...
Alokin's user avatar
  • 557
3 votes
1 answer
182 views

I found while visualizing a dataset that subplots sometimes fail to show bounds/axis titles under the conditions I'm plotting in. Minimal reproducible code is: import pyvista as pv mesh = pv....
oaazeved's user avatar
3 votes
1 answer
88 views

I'm having trouble fixing my secondary y-values. I have a context plot showing my inputs and a results plot showing the outputs. But no matter what I do, the values on my secondary y-axis don't align ...
frogfish's user avatar
2 votes
1 answer
67 views

I am using LightningChart JS library (https://www.npmjs.com/package/@lightningchart/lcjs) to display several line trends with scrolling time window. The data is coming over from websocket in real-time....
codegecko66's user avatar
1 vote
1 answer
91 views

I'm working with a Plotly figure in R that has 3 subplots sharing the same Y-axis (using subplot() with shareY = TRUE). I've implemented custom hover behavior using onRender() that: Draws a ...
MatCordTo's user avatar
  • 279
0 votes
0 answers
29 views

I'm trying to visualize a graph with nodes and edges on a Zeppelin notebook, but it doesn't work. I was following the official document for %network display https://zeppelin.apache.org/docs/0.12.0/...
Yifei Michael Yan's user avatar
1 vote
1 answer
61 views

I have a logistic regression model. The outcome is whether individuals voted for a certain party at time t. We have filtered the data so that only observations remain which have voted for this party ...
Tom Anderer's user avatar
0 votes
0 answers
53 views

I am trying to create a Vega Gantt Chart using the template from David Bacci - Deneb-Showcase. In my original dataset I am taking the data from sharepoint and importing it into deneb visual. I did ...
mmallya's user avatar
  • 25
0 votes
0 answers
67 views

I have a stacked column chart and I want custom color for each brand present in the data. The brands are added in the legends section. I could go and set color manually for each individual brand but ...
Umair Ahmed's user avatar
1 vote
1 answer
392 views

I’m seeing confusing / broken graphs in the Langfuse dashboard for multi-agent traces and I’m not sure if it’s a Langfuse bug or something I’m doing wrong. What I did: I run a multi-agent system using ...
SohilP25's user avatar
0 votes
0 answers
38 views

I want to make a "3d" offset figure of chromatogram traces. I am doing this by offsetting in both x & y but the background traces are "showing through" the area under the peaks ...
Bella Carnahan's user avatar
0 votes
1 answer
165 views

I am trying to create a 3D surface plot similar to the one shown below. view of 3D surface plot with defined z-bounds and added contour lines I have been able to have some luck with the basic pyplot ...
Chance Bowman's user avatar
0 votes
0 answers
78 views

I want to create an interactive map with a heatmap layer on it. The color should reflect a score which is calculated from the distance to coordinates. The coordinates are amenities (like public ...
pas-calc's user avatar
  • 310
-1 votes
1 answer
108 views

The logarithmic scale is a useful and popular alternative to the linear scale in many visualizations. Instead of a discrete choice between these two very different scales, I want the user to be able ...
root's user avatar
  • 3,095
1 vote
2 answers
106 views

I am comparing clips of one image (Image A) to another image (Image B). Image A and B are the same size; the clip (Clip) is smaller than Image A or B. Clip is ostensibly seen in Image B, just from a ...
Kas Knicely's user avatar
3 votes
0 answers
104 views

I'm creating a treemap using plotly express. In timepoints I have three options: Time 1, Time 2 and Time 3. However I have less data in Time 2 than Time 3 (I have less visits and thus less instrument ...
Jane's user avatar
  • 31
1 vote
0 answers
639 views

In Grafana, I have a JSON data source that takes the following format: {"data" : [ { "timestamp": 189237320, "category": "cat-A", "value1&...
awnine's user avatar
  • 163
3 votes
1 answer
73 views

I have a basic diagram in D3.js, containing objects and relations between objects initialized in these arrays: let objectsData = [ { id: 1, x: 150, y: 150, type: "circle", color: "#...
Olivier Campo's user avatar
0 votes
0 answers
151 views

I am trying to build a Turtle diagram, using Mermaid. I was able to get very close (image below). However, I am not able get a radial layout - all nodes should surround 'Process' in a circular manner. ...
Matthew M.'s user avatar
0 votes
1 answer
60 views

This is the html code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-...
rashmip_21's user avatar
2 votes
1 answer
66 views

I have a table containing the monthly returns of a portfolio, its benchmark and the monthly excess (portfolio - benchmark). Table 1 extract | Date | Attribute | Value | |----------------|----...
tiqtoq's user avatar
  • 63
2 votes
1 answer
120 views

I've created a dual-axis chart with VegaLite following this example: { "data": { "values": [ {"date": "2021-01-22", "var": "A", &...
danvk's user avatar
  • 17.3k
1 vote
0 answers
53 views

I'm trying to create a map of the US at the zip code level to show the value of a particular variable. Used this code to create the source: zcta_geo <- tigris::zctas(class = "sf", year=...
leviemb's user avatar
  • 87
0 votes
0 answers
31 views

I noticed that my heat map only shows 50 rows, whereas I have more than 50 unique values in the column that I configured as y-axis. Is this by any chance the limit of the heat map's possibilities? ...
Zegher V's user avatar
  • 139
1 vote
1 answer
72 views

I have a time series with some outlier values around Covid. I'd like to zoom in to a particular y-axis range (say, -3 to +3) to de-emphasize those: With something like dygraphs, the solution would be ...
danvk's user avatar
  • 17.3k
1 vote
1 answer
47 views

How to change the spacing between the tick marks (green) and the main figure content (red)? Not the pad parameter in tick_params fig, ax = plt.subplots(figsize=(5, 5)) sns.histplot( data=tips, ...
jiahaoh's user avatar
  • 11
0 votes
1 answer
547 views

I have what I thought would be a simple problem that has been absolutely killing me: I have a group of people and I would like to plot ~5 metrics for each of them. Each metric is a function over time (...
Zoe's user avatar
  • 21
0 votes
0 answers
44 views

I'm working on a Vega-Lite visualization to compare monthly metrics year-over-year by plotting the current month's values alongside values from the same month in the previous year. Here's a simplified ...
Raghav Mittal's user avatar
1 vote
1 answer
86 views

I am fairly new to R and currently working on visualizing some health data (BPM, Intervals and so on). I have roughly 5 days worth of data. So far I had no problem plotting some graphs of the progress ...
Alex's user avatar
  • 83
0 votes
1 answer
100 views

I'm trying to draw a causal directed acyclic graph (DAG) for a Mendelian Randomization study, and I want to visually indicate a forbidden path. For example, an edge from node A to B with a "×&...
DSSS's user avatar
  • 2,063

1
2 3 4 5
288