None0Utility function to setup GLFW for graph drawing Safe-Inferred   None'(graph windowWidth windowHeight bufLen) creates a window of width  windowWidth and height  windowHeight for displaying a line graph. A function is returned for updating the line graph. It takes a pointer to a c array of length bufLenu consisting of pairs of <x, y> coordinates for updating the graph as this is the format that OpenGL requires.None4(graph windowWidth windowHeight samples xResolution) creates a window of width  windowWidth and height  windowHeight for displaying a line graph. A function is returned for updating the line graph. It takes an instance of IsPixelData of length samples1 as the y values and draws a line graph with  xResolution vertices. CSame as above, but returns a Consumer instead of an update functionNone#The matlab / octave "jet" color map3"jet" modified so that low values are a darker blue#The matlab / octave "hot" color mapRanges from black to whiteRanges from white to black 6(graph windowWidth windowHeight width height colormap) creates a window of width  windowWidth and height  windowHeight for displaying a waterfall plot. A Consumer is returned for updating the waterfall plot. Feeding an instance of IsPixelData of length widthg shifts all rows of the waterfall down and updates the top row with the data. The waterfall is height rows high. colorMap, is used to map values to display color.         dynamic-graph-0.1.0.0Graphics.DynamicGraph.Util Graphics.DynamicGraph.SimpleLine!Graphics.DynamicGraph.TextureLineGraphics.DynamicGraph.WaterfallPaths_dynamic_graph setupGLFWgraphgraphAsConsumerjetjet_modhotbwwbcatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName toConsumer