Skip to content

Commit d9311e5

Browse files
committed
lower case
1 parent 4e5aa65 commit d9311e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 1D visualization
2+
title: 1D visualization in C++
33
tags: [programming, C++]
44
style: fill
55
color: danger
@@ -12,7 +12,7 @@ Today, I'd like to share and document what I consider the best library for quick
1212

1313
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.
1414

15-
# Matplotlibcpp
15+
# matplotlibcpp
1616

1717
Available on [GitHub](https://github.com/lava/matplotlib-cpp), this plotting library mirrors the plotting API used by Matlab and matplotlib. Let's give it a try in Qt.
1818

0 commit comments

Comments
 (0)