search for: ffb2b2

Displaying 3 results from an estimated 3 matches for "ffb2b2".

2023 Jul 26
1
plotly
...axis = list(range = list(NULL, 9600), ??????????????? tickfont = list(size = 12, face="bold",family = "Arial")), ??? bar = list(color = "black"), ??? steps = list( ????? list(range = c(0, 4800), color = 'AAFF00'), ????? list(range = c(4800, 9600), color = 'ffb2b2')), ??? threshold = list( ????? line = list(color = "black", width = 8), ????? thickness = 0.75, ????? value = 4800))) Question 1:How can I save the plotly graph with a specific graph size?Using ggsave, one can define the height, width and unit of measure, is there something similar i...
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...FFFFF", "#FFF1FF", "#FFBCFF", "#FF86FF", "#FF51FF", "#F100F1", "#BC00BC", "#860086", "#510051") SteppedSequential.5 <- c("#990F0F", "#B22D2D", "#CC5252", "#E67E7E", "#FFB2B2", "#99700F", "#B28B2D", "#CCA852", "#E6C77E", "#FFE8B2", "#1F990F", "#3CB22D", "#60CC52", "#8AE67E", "#BCFFB2", "#710F99", "#8B2DB2", "#A852CC", "#C77EE6"...
2023 Jul 22
2
plotly
ChatGPT-4: ------ Query: ---------------------------------- Thank you. The `value` in the code example is 2874. The plot shows a large number at the center and a smaller value computed as a delta relative to the `reference` of 4800. But the large value is given as 2870, and the smaller value is given as -1930 i.e. both values are rounded. Can I control the precision of these two numbers?