You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for reposting this issue, but I couldn't reach to a solution here, hence reposting the issue in github.
I am trying to make a boxplot using Gadfly but all I see are straight vertical lines. Also, this seems to be a very tricky issue. It only happens for a specific combination of data points, and I am not able to figure out what’s wrong. I have replicated the issue using fake data below, please help me understand what may I be missing?
Also, there are 2 issues that this dataset is causing.
The major issue is that I am seeing all vertical lines
If I try to make the plot differently, I do see box plots but then the left most and the right most end of the plot is getting trimmed away.
Hi,
Sorry for reposting this issue, but I couldn't reach to a solution here, hence reposting the issue in github.
I am trying to make a boxplot using Gadfly but all I see are straight vertical lines. Also, this seems to be a very tricky issue. It only happens for a specific combination of data points, and I am not able to figure out what’s wrong. I have replicated the issue using fake data below, please help me understand what may I be missing?
Also, there are 2 issues that this dataset is causing.
Fake Data
Some more information about the data
Plot (issue 1)
Plot (issue 2)
I tried to increase the width of the plot using
set_default_plot_size(10inch, 4inch)
but the issue still remains
Thank you for all the help!
The text was updated successfully, but these errors were encountered: