Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 270 Bytes

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.