Skip to content

fsprojects/FnuPlot

Repository files navigation

Note: I am no longer maintaining this project or using F#. If someone out there would like take over maintaining it, let me know. -Luke

Lightweight F# wrapper for gnuplot

FnuPlot is a lightweight wrapper for the gnuplot charting and visualization library. Since gnuplot is cross-platform (works on Mac, Linux and Windows), you can use Fnuplot on all of those platforms.

FnuPlot provides two features on top of gnuplot. First, it hides the gnuplot process, so you do not have to start and control the process; you can use the GnuPlot type and call it using SendCommand. Second, FnuPlot implements a simple domain-specific language for building a number of common chart types.

Build Status NuGet Status Issue Stats Issue Stats

More information

  • See the Getting started tutorial for usage examples.

  • API Reference contains automatically generated documentation for all types, modules and functions in the library. This includes additional brief samples on using most of the functions.

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)