Forum Discussion
Display grid in a line chart
- 2 years ago
Thank you Anonymous
In my use case, I also rely on the features of the error bars. Achieving those features in Python/R would require greater skill than I currently have.
My approach was adding reference lines with increments of 0.1.
I use dynamic MIN/MAX to calculate the number of lines required.
Thank you for the time to answer,
Tamir
Hi All
Firstly rajendraongole1 thank you for your solution!
And tamiribas ,Unfortunately, due to the limitations of the product, it is difficult to dynamically add this moment value in normal visual objects, here are some alternatives that I can do to help you out.
We open the Zoom slider in the VISUAL setting of the line graph and show the scale that needs to be primary to compare the two visual objects.
If you need to, you can try to use Python visual objects with R language visual objects to implement the need to custom add subscale values.
I hope my answer was helpful and I would be honoured if I could solve your problem!
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Thank you Anonymous
In my use case, I also rely on the features of the error bars. Achieving those features in Python/R would require greater skill than I currently have.
My approach was adding reference lines with increments of 0.1.
I use dynamic MIN/MAX to calculate the number of lines required.
Thank you for the time to answer,
Tamir