freebsd-ports/graphics/cxxplot/pkg-descr
2022-11-09 01:31:02 -08:00

8 lines
398 B
Plaintext

cxxplot is a C++ plotting library meant to be used in science, engineering and
data analysis. The main objectives of the project are:
* Provide syntax that is familiar to scientists and engineers.
* Enable low setup times.
* Be more performant than typical plotting libraries.
* Operate in asynchronous mode. Therefore plot calls and user code can be
combined and still retain GUI interactivity.