Quantcast
Channel: How to change the font size of the tick labels in contour plot colorbar in R? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Answer by vestland for How to change the font size of the tick labels in...

Just include colorbar=list(tickfont=list(size=25)) in your chart setup.I had some problems with your sample code, so this will have to do:Plot:Code:library(plotly)library(tidyr)library(dplyr)p <-...

View Article



Image may be NSFW.
Clik here to view.

How to change the font size of the tick labels in contour plot colorbar in R?

I am using plot_ly to plot a contour plot. The code is as follows: X = c(1, 2, 3, 4, 5, 6)Y = c(seq(from = 1, to = 17, by = 1))Z = matrix(runif(17*6), ncol=17)m <- list(colorbar=list(title =...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images