Skip to content

Commit

Permalink
photos to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Sep 8, 2019
1 parent a1b4e7a commit 589899a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ runPlotAuto
-> IO ()
```

![Static Plots](https://i.imgur.com/o1jLTQF.gif)

These plots can be zoomed, stretched, scaled, panned interactively after
launch. If you quit, things resume back to the ghci session (or whatever point
in the program you launch from).
Expand All @@ -48,3 +50,5 @@ animatePlotFunc
-> (Double -> Maybe [Series]) -- ^ function from time to plot. will quit as soon as 'Nothing' is returned.
-> IO ()
```

![Animated Plots](https://i.imgur.com/bldPsee.gif)
2 changes: 1 addition & 1 deletion src/Interactive/Plot/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ type PointStyle = PointStyleF Identity
--
-- You can construct this with the 'PointStyleF' constructor.
--
-- It has a very convenient 'Monoid'/'Semigroup' instance: 'mempty' gives
-- It has a very convenient 'Monoid' instance: 'mempty' gives
-- a 'PointStyle' where every field is 'Auto', and '<>' combines
-- 'PointStyle's field-by-field, keeping the last 'Given'.
type AutoPointStyle = PointStyleF Auto
Expand Down

0 comments on commit 589899a

Please sign in to comment.