Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Jan 23, 2016
1 parent e44146f commit 2b1c78e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# GadflyDiff

## Usage

```julia
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](https://github.com/shashi/Patchwork.jl).

0 comments on commit 2b1c78e

Please sign in to comment.