Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/surban/PLplotNet
- Owner: surban
- License: other
- Created: 2017-09-17T19:19:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T12:24:21.000Z (9 months ago)
- Last Synced: 2024-04-08T13:36:56.453Z (9 months ago)
- Topics: chart, csharp, dotnet, dotnet-standard, fsharp, plplot, plplot-bindings
- Language: C#
- Homepage: https://surban.github.io/PLplotNet
- Size: 4.81 MB
- Stars: 33
- Watchers: 5
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.