Skip to content

Commit

Permalink
Updated demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
tepf committed Feb 13, 2016
1 parent 4b7bdf7 commit ca3ea33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified QuickPlotDemo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/QuickPlot/Vis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ instance ToJSON VisJSON where

instance ToJSON VisPlotType where
toJSON Network = String "network"
toJSON Timeline = String "timeline"
toJSON Graph2D = String "graph2d"
toJSON Graph3D = String "graph3d"
-- toJSON Timeline = String "timeline"
-- toJSON Graph2D = String "graph2d"
-- toJSON Graph3D = String "graph3d"

instance Lift VisJSON where
lift (VisJSON value) = [| VisJSON value |]

0 comments on commit ca3ea33

Please sign in to comment.