Forum Discussion
tamiribas
Resolver I
2 years agoDisplay grid in a line chart
Hello, Please see image that was taken from another system. 1. How can I add and control, on the Y-Axis, the steps between the main steps? 2. How can I display the grid in the chart? Thank you, ...
- 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
rajendraongole1
Super User
2 years agoHi tamiribas -
Q1: Start and End: You can set custom values for the Start and End of the Y-Axis to control the range of data displayed.
Q2:In Line chart, you can display the horizonal gridlines as shown in format pane. there is no vertical gridlines that there needs to be some aggregation of the X-axis to have vertical gridlines. Like Date or number.
Hope it helps!