Skip to content

grero/Visualizer.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

###Introduction Visualizer is a simple GUI for quickly panning through a collection of data.

###Usage For an iterable variable A with a plot function defined for its elements, you can do the following

import Visualizer

function plotfunc(p::Winston.FramedPlot, A, i::Integer)
	plot(p, A[i])
end

Visualizer.visualize(A, 800, 600, "test plot", plotfunc)

About

Simple tool to pan through data in julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages