-
@N-thony these were spotted by @rachelkg when writing the help.
a) Here is the current histogram dialog:
![image](https://github.com/user-attachments/assets/fcca2367-e871-443d-aea5-7b13b1f78db3)…
-
When I run the example code for a grouped box plot on the [plotly documentation](https://plotly.com/r/box-plots/) I get a the following warning:
> Warning: 'layout' objects don't have these attribu…
-
### Summary of the new feature / enhancement
We probably don't need all of these but there are numerous new Nivo charts we could add.
- AreaBump
- BoxPlot
- Bump
- Bullet
- Choropleth
- Chor…
-
1. Should we have x axis text angle on the main dialog (as well as themes)? Or could this be on a climatic boxplots dialog only?
2. Boxplots can be used when the x-variable is a variate - rather than…
-
After selecting a group, we can create a boxplot, but currently it's too cluttered. Need to improve it.
![image](https://user-images.githubusercontent.com/2523391/69649050-53631d80-1064-11ea-8212-2…
-
# Context
I found a way to parametrize some of the test scenarios to increase functional coverage. Which currently
```
6 features passed, 4 failed, 5 skipped
17 scenarios passed, 48 failed, 6…
-
For each GA and Year, count the number of GAVs for this GA released in this year, and for this year create a boxplot from those numbers.
Then do the same only for the top GA, i.e. the GAs with mos…
-
| Question | Description | Completion |
| -------- | ------- | ------- |
| Q1 | Data import with read_delim | Yes |
| Q2 | Glimpse the data | Yes |
| Q3 | Subset the data to (SMGEBTCHT == "TruSeq.…
-
Here, we can discuss Rscript which gonna use for box plot
-
I'm trying to hide outliers in boxplot:
``` julia
x=dataset("lattice", "singer");
x[:OUT] = false;
plot(x, x="VoicePart", y="Height",outliers="OUT",Geom.boxplot)
```
However, I got following error:
…