Closed WilliamHYZhang closed 4 years ago
Also, when dealing with decimals sometimes the graph doesn't show anything at all. For example, floats that are very close to each other in y-value.
I'm not sure if @karwa's PR will fix this because it doesn't change the output in any way. Thank's for reporting this. I'll take a look as soon as I can.
Yes that PR doesn't fix this AFAIK.
When plotting line graph, some points aren't being plotted. Came across this bug when working on ML with S4TF and using SwiftPlot to visualize accuracy. Note that the "train" series for epoch 1 is missing.
It has something to do with the y axis scaling, it's really acting quite strange.
Here's a small example for reproducibility:
Output (point missing!):
And when we just make a change to the first point:
Output (as expected):
What is going on here?