Luxor.jl
Luxor.jl copied to clipboard
Simple drawings using vector graphics; Cairo "for tourists!"
MathTeXEngine version 0.5 changed their LaTeX code, so please could Luxor-LaTeXers check and report any issues with Luxor 3.5.0? Thanks!
The subscripts in the svg plots are not rendered properly in Pluto markdown.  The png format looks good, the directly display of svg is also good.
@JuliaRegistrator register()
Creating an SVG, when I finish and preview it, it opens in both the plots pane of the editor and in default web browser. Is there a way to disable...
This is included as a comment in /test/test-snapshot.jl ``` # It seems that the svg device called by Cairo fails to find # a size reference from unbounded recording surfaces....
(Alternately: units of "points" are useless without resolution. Or: "Toy" API fontsize() broken for textcurvecentered().) The docs say fontsize() works in points, but the actual behavior seems to be in...
It seems like the easiest way to paint a single pixel with Luxor.jl is like this: ```julia box(p, 1, 1, :fill) ``` However, for some reason, this makes the box...
Based on the discussion around https://github.com/JuliaGraphics/Luxor.jl/pull/295#issuecomment-1951057414.
Now that Julia v1.10 has been released, I think we should have a new release of Luxor - 3.9.0. This will be the release that no longer runs on any...
This is not working locally. It's probably a good idea to try this out on another operating system than mine. Three unresolved reasons for taking a break locally right now....