yMax / yMin does not work anymore without explicit boundaries
See original GitHub issueHey,
I used to split the chart in 3 colored zones.
annotations: {
first: {
...
type: "box",
yMin: 30,
..
},
second: {
...
type: "box",
yMax: 30,
yMin: 1,
..
},
third: {
...
type: "box",
yMax: 1,
..
},
....
}
But now it does not color the graph correctly anymore, unless I add yMax in the first box and yMin in the third box. Those values are dynamic though and I don’t want to add boundaries.
Any advice?
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Key names of the axis limits when not set explicitly - TeX
In the minimum working example below I use the keys xmin , xmax , ymin and ymax for calculations of coordinates for annotations....
Read more >A bug in axvline of matplotlib? - Stack Overflow
Now I realize that the ymin and ymax are not in data coordinate, but rather in the "normalized" coordinate. So, 0 means bottom...
Read more >How to get the coordinates of the bounding box in YOLO ...
Question I need to get the bounding box coordinates generated in an image using the object detection. How do I achieve that.
Read more >Package PGFPLOTS manual
Abstract pgfplots draws high–quality function plots in normal or logarithmic scaling with a user-friendly interface directly in TEX.
Read more >Package PGFPLOTS manual - SourceForge
Abstract pgfplots draws high–quality function plots in normal or logarithmic scaling with a user-friendly interface directly in TEX.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s great news, thanks.
I won’t be able to do it in the next few days but will try to create one after that.
@jastax thank you very much.
For your information, there is a PR #655 under evaluation which should solve this issue.
Could you create a codepen in order to be able to reproduce the above behaviors?