-
@Jayoon-Kim @Schu1121 @drshin93 @maronbam @mintnia @yoonsoo940412 선생님들께
어제 보여드렸던 dplyr을 활용해서 간단하게나마 자료 분석을 하고 ggplot2로 그림을 그리고 이를 Rmarkdown 파일로 제출해 주세요. 어떤 종류의 분석이든 상관 없고 여러분끼리 상의해서 해도 좋습니다. 😃 결과를 …
-
Hello
I would like to create a plot using lattice with your addin.
xyplot(yy~xx,data=mydata)
xx is a numeric variable.
yy is a categoric variable, coded as a factor, with values such as low,…
-
Although it is not always a good thing to do, it could be useful to be able to display all pairwise comparisons at once.
As far as I know, if one does not want to indicate all the comparison, one nee…
-
We were guilty of this for sure. If there are a huge number of posts on one issue it means that the issue should have been broken up into smaller issues. At least that's what I would think. Either …
-
This works
```
> p=mtcars %>%
ggvis(~wt, ~mpg) %>%
layer_points(fill = ~factor(cyl))
> export_png(p,"plot1.png")
>
```
But this fails
```
> p=mtcars %>%
ggvis(~wt, ~mpg, fi…
-
### What problem does this feature solve?
# The Problem
In the current implementation, axisPointer snaps to the nearest data for different axis separately. This may cause the snapped data to be …
-
@Fidel365 the help numbers towards the bottom of this dialog are now ready for you to check and add. Most, but not all, will work in the current help. I have made a few edits in the current help fil…
-
## Description
When using `pandas` with the default backend (`matplotlib`), the plot is displayed only for the first cell that plots something. Later calls to the same cell or any other cell with…
-
Based on
- https://leeoniya.github.io/uPlot/demos/scales-dir-ori.html
- https://leeoniya.github.io/uPlot/demos/multi-bars.html
I assumed that I could possibly try to flip the x and y axis for b…
-
I think a horizontal default orientation makes more sense than a vertical one. There are several reasons for this:
- densities and histograms are currently drawn horizontally. This is the primary ori…