2 comments

  • WaryByDesign1 hour ago
    Other than that the graphs look good, I don&#x27;t have much to say about the code (not a Python person), but I think the approach is great, mostly because I like using custom-generated SVGs for visualizations myself as well.<p>The <i>only</i> downside I&#x27;ve experienced is that it&#x27;s pretty much impossible to get data-dependent interactions (tooltips and clickable links that vary based on section) to work reliably: additional Javascript has gotten me to like 80% on desktop, but not on mobile.
  • emilbratt1 hour ago
    Looks neat! As someone who also did a barplot library with SVG output, I can tell you that this sort of program is really fun to write.<p><a href="https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;eb_bars" rel="nofollow">https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;eb_bars</a>