Skip to content

Instantly share code, notes, and snippets.

View TheCedarPrince's full-sized avatar
🌳
✨ Growing! ✨

Jacob S. Zelko TheCedarPrince

🌳
✨ Growing! ✨
View GitHub Profile
@gizmaa
gizmaa / Plot_Examples.md
Last active April 12, 2024 14:18
Various Julia plotting examples using PyPlot
using Animations
using Javis
using Luxor
function ground(args...)
sethue("black")
background("white")
end
function boxes(p::Point,w,h,action,color)