Displaying 2 results from an estimated 2 matches for "aaff00".
Did you mean:
0xff00
2023 Jul 26
1
plotly
...valueformat = "%.2f",font=t3),
? gauge = list(
??? 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 he...
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?