plplot

Create scientific plots and graphs across Linux, macOS, and Windows

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform software package for creating scientific plots

Commands

plplot-configpltclplserver

Examples

generate line plots from data files$ plplot -o output.png data.txt
create 3D surface plots and visualizations$ pltcl plot_3d.tcl
export scientific graphs to multiple file formats$ plplot -png -o chart.png -device pngcairo script.pl
check plplot version and configuration details$ plplot-config --version
generate interactive plots with Tcl scripting$ pltcl -o output.ps interactive_plot.tcl