From 124d92b21a6aee7f3688a8a1e0d6ded4ffd4850b Mon Sep 17 00:00:00 2001 From: "Chris C." Date: Mon, 22 Sep 2025 00:35:10 -0400 Subject: [PATCH] Added package nimgnuplot. (#3124) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index ab99a59..cd93f58 100644 --- a/packages.json +++ b/packages.json @@ -36216,5 +36216,24 @@ "description": "A new awesome nimble package", "license": "Apache-2.0", "web": "https://github.com/elcritch/cborious" + }, + { + "name": "nimgnuplot", + "url": "https://github.com/nervecenter/nimgnuplot", + "method": "git", + "tags": [ + "library", + "gnuplot", + "plotting", + "graphics", + "plot", + "graphing", + "chart", + "data", + "dataframe" + ], + "description": "A Nim interface to gnuplot loosely based on pygnuplot.", + "license": "MIT", + "web": "https://github.com/nervecenter/nimgnuplot" } ]