Skip to content

Commit 021b03d

Browse files
committed
added gnuplot
1 parent a5ec8aa commit 021b03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-30-cpp-1d-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Easy visualizing 1D signals in C++
1010

1111
Today, I'd like to share and document what I consider the best library for quickly plotting 1D signals in C++.
1212

13-
Compared to other alternatives like QWT or Qt's own libraries, the header-only library matplotlibcpp is extremely simple, free of errors, and as transparent to use as its Python counterpart.
13+
Compared to other alternatives like QWT, gnuplot or Qt's own libraries, the header-only library matplotlibcpp is extremely simple, free of errors, and as transparent to use as its Python counterpart.
1414

1515
# matplotlibcpp
1616

0 commit comments

Comments
 (0)