[–] shele 7y ago ↗ This brings a wide spectrum of the Julia stack together and underlines the inherent interoperability of Julia solutions:Flux - Elegant Machine Learning StackMakie - High level plotting on the GPUCuArrays - GPU arrays without code changesWebSockets - Websockets protocol in JuliaWebIO - Simple abstraction for displaying and interacting with contentNextjournal - Making this reproducible online
[–] anshuligh 7y ago ↗ Cool article!In Makie, you can efficiently put a label on a slider by using`sliderplot, observable = AbstractPlotting.textslider(range, label, start = startvalue)`where sliderplot is the actual Scene object and observable is the value of the observable.
2 comments
[ 3.0 ms ] story [ 15.3 ms ] threadFlux - Elegant Machine Learning Stack
Makie - High level plotting on the GPU
CuArrays - GPU arrays without code changes
WebSockets - Websockets protocol in Julia
WebIO - Simple abstraction for displaying and interacting with content
Nextjournal - Making this reproducible online
In Makie, you can efficiently put a label on a slider by using
`sliderplot, observable = AbstractPlotting.textslider(range, label, start = startvalue)`
where sliderplot is the actual Scene object and observable is the value of the observable.