Quick #py5 + #Ziaplot experiment :)
I could have used the PNG output provided by Ziaplot, but I wish py5's convert_image (also using cairosvg under the hood) could handle in memory SVG-bytes (or maybe it does and I haven't figured it out) cc @codeismycanvas @py5coding
I just released a new version of ziaplot, my Python package for drawing geometric diagrams, charts, and discrete data plots. While the well-known plotting libraries focus on plotting discrete data points, ziaplot treats geometric diagrams, such as this unit circle illustration, as first-class citizens. No trig calculations or discretization required from the user.
Docs: https://ziaplot.readthedocs.io/
Source: https://github.com/cdelker/ziaplot
#ziaplot #python #plotting #datavis #geometry #graph #chart #diagram