qtgraphs

Qt-based library for creating 2D and 3D graph visualizations

brewmacoslinux
Try with needOr install directly
Source

About

Provides functionality for 2D and 3D graphs

Commands

qtgraphs

Examples

Create a basic 3D scatter plot with data points$ qtgraphs --type scatter3d --data points.csv
Generate a 2D line graph from CSV data file$ qtgraphs --type line2d --input data.csv --output graph.png
Display an interactive 3D surface plot$ qtgraphs --type surface3d --data matrix.csv --interactive