úÎu\     portable provisional+haskell.vivian.mcphail <at> gmail <dot> com Safe-Infered create a new  plot ! click on the window to save the figure attribute portable provisional+haskell.vivian.mcphail <at> gmail <dot> com Safe-Infered)create a new figure and display the plot ! click on the window to save  close a plot %perform some actions on the supplied   write the  to disk portable provisional+haskell.vivian.mcphail <at> gmail <dot> com Safe-Infered 'plot several vectors against the first 'plot several vectors against the first TDraws a list of functions over a desired range and with a desired number of points + > plot [sin, cos, sin.(3*)] (0,2*pi) 1000 TDraws a list of functions over a desired range and with a desired number of points + > plot [sin, cos, sin.(3*)] (0,2*pi) 1000 SDraws a parametric curve. For instance, to draw a spiral we can do something like: > > parametricPlot (\t->(t * sin t, t * cos t)) (0,10*pi) 1000 SDraws a parametric curve. For instance, to draw a spiral we can do something like: > > parametricPlot (\t->(t * sin t, t * cos t)) (0,10*pi) 1000 lFrom vectors x and y, it generates a pair of matrices to be used as x and y arguments for matrix functions. 4Draws a 3D surface representation of a real matrix.   > mesh (hilb 20) NIn certain versions you can interactively rotate the graphic using the mouse. mDraws the surface represented by the function f in the desired ranges and number of points, internally using .  > let f x y = cos (x + y) " > splot f (0,pi) (0,2*pi) 50 "writes a matrix to pgm image file Aimshow shows a representation of a matrix as a gray level image. EgreyscaleH shows a representation of a matrix as a gray level image.             plot-gtk-0.1.0.10Graphics.UI.Gtk.PlotGraphics.Rendering.Plot.GtkGraphics.Rendering.Plot.HMatrix FigureHandleplotNewfigure PlotHandledisplaydestroywithPlotHandlewritePlotHandlemplotmplotHplotplotHparametricPlotparametricPlotHmeshdommeshsplot matrixToPGMimshow greyscaleH plot-0.1.3.5Graphics.Rendering.Plot.TypesFigure