tlienart / JSXGraph.jl

[wip] Julia bridge to JSXGraph for interactive plots
Other
17 stars 2 forks source link

Wrap `Segment` #4

Open caseykneale opened 4 years ago

caseykneale commented 4 years ago

Still need to wrap line segment commands. This would be nice for displaying Graph's(as in LightGraphs not plot graphs) and things.

I might take a stab at this

caseykneale commented 4 years ago

Took a quick stab at this, try and understand my skills in Julia are so-so, and JS are nonexistant. Feel free to rip this PR apart and make it better, at the end of the day I just want segments to exist :). https://github.com/tlienart/JSXGraph.jl/pull/7