scikit-hep / awkward

Manipulate JSON-like data with NumPy-like idioms.
https://awkward-array.org
BSD 3-Clause "New" or "Revised" License
838 stars 87 forks source link

Bug with illustration at the getting started page #3009

Open VladimirShitov opened 9 months ago

VladimirShitov commented 9 months ago

Which documentation?

Documentation website

What needs to be documented?

In the "How do I compute reductions or summary statistics" section of the getting starting page there is a corrupted illustration:

image

Note the 3rd row in the image to the right. You might want to change this illustration: https://awkward-array.org/doc/main/_images/example-reduction-sum-only.svg

jpivarski commented 9 months ago

That's true. I keep fighting this because it shows up fine in some SVG viewers and not in others. I've redrawn the image for some tutorials to ensure that it's fixed, but then I lose track of which is the fixed version and which is the broken version because they are rendered the same way in the SVG viewers that I have.

I've self-assigned this issue; it will be a reminder that I need some permanent solution to this problem. (All copies of the bad SVG must be replaced, all in one go, so that I don't accidentally pick it up and use it again.)