added name
This commit is contained in:
parent
9c114ed55e
commit
00e62eb035
@ -68,7 +68,7 @@ klasyserver <- function(input, output,session) {
|
|||||||
|
|
||||||
g=ggplot(d, aes(x,y,fill=x))+
|
g=ggplot(d, aes(x,y,fill=x))+
|
||||||
geom_col()+
|
geom_col()+
|
||||||
labs(x="",y="%")
|
labs(x="",y="Prawdopodobieñstwo [%]")
|
||||||
ggplotly(g)
|
ggplotly(g)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user