Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surban/PLplotNet

PLplot bindings for .Net
https://github.com/surban/PLplotNet

chart csharp dotnet dotnet-standard fsharp plplot plplot-bindings

Last synced: about 2 months ago
JSON representation

PLplot bindings for .Net

Awesome Lists containing this project

README

        

# PLplot bindings for .NET Standard 2.0
[![Build status](https://ci.appveyor.com/api/projects/status/byma2lmdgl54m3h9?svg=true)](https://ci.appveyor.com/project/surban/plplotnet)

[PLplot](http://plplot.sourceforge.net/) is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.

The PLplot core library can be used to create standard x-y plots, semi-log plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page, and multiple pages are allowed for those device formats that support them.

Supported operating systems: Linux, MacOS, Windows

Output File Formats: PDF, PNG, JPEG, PostScript

## .NET Standard 2.0 bindings

This package provides a complete, but unofficial, .NET binding for PLplot.

Documentation is available at .

Obtain the NuGet package from .

## Usage

Create a `PLPlot.PLStream` object and call its instance methods.

See the examples in the `Samples` folder for more information.