Skip to content

shashi/GadflyDiff.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GadflyDiff

Usage

using Gadfly, GadflyDiff, Interact

@manipulate for n=1:10
  plot(x=rand(n), y=rand(n))
end

Updates to the plot as you move the slider for n will be done through a diff and patch mechanism.

About

Diff-patching of gadfly plots for efficient updates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages