JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
588 stars 71 forks source link

Small fix in points from tuples example #225

Closed kilacoda closed 2 years ago

kilacoda commented 2 years ago

There's an extra paren that seems to have slipped into this example which raises an error when it is run. This PR removes that and now the example works as intended. image

codecov[bot] commented 2 years ago

Codecov Report

Merging #225 (1dc4293) into master (6429adc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #225   +/-   ##
=======================================
  Coverage   73.14%   73.14%           
=======================================
  Files          33       33           
  Lines        5999     5999           
=======================================
  Hits         4388     4388           
  Misses       1611     1611           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6429adc...1dc4293. Read the comment docs.

cormullion commented 2 years ago

Cool, thanks! I didn't know that was a thing!