π PLPlot
ποΈ Structure
PLplot is a software package for creating scientific plots . It is cross-platform β€, which means it will work on Windows, Unix, and Linux system. The PLplot software is primarily licensed under the LGPL π₯. It is written in C language, and it has bindings π for several other language including Fortran π₯οΈ .
ποΈ PLPlot Colors
Normally, color is used for all drivers and devices that support it within PLplot subject to the condition that the user has the option of globally turning off the color (and subsequently turning it on again if so desired) usingΒ plscolor.
ποΈ PLPlot Devices
PLplot implements a set of device drivers which support a wide variety of devices. Each driver is required to implement a small set of low-level graphics primitives such as initialization, line draw, and page advance for each device it supports. In addition a driver can implement higher-level features such as rendering unicode text. Thus a driver may be simple or complex depending on the driver capabilities that are implemented.
ποΈ PLPlot Getting Started
A Simple Example
ποΈ PLPlot Installation
Installation of binary packages
ποΈ PLPlot LinePlot
Line style
ποΈ PLPlot example 1
!!! note ""
ποΈ PLPlot example 2
!!! note ""
ποΈ PLPlot example 3
This example shows how to plot a graph by using [[PLPlot_]].