Skip to content

Commit b055a03

Browse files
committed
Improve pipe error message
1 parent aaed688 commit b055a03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/matplot/backend/gnuplot.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ namespace matplot::backend {
4242
// Check if everything is OK
4343
if (!pipe_) {
4444
std::cerr << "Opening the gnuplot pipe_ failed!" << std::endl;
45+
std::cerr
46+
<< "Please install gnuplot 5.2.6+: http://www.gnuplot.info"
47+
<< std::endl;
4548
}
4649
}
4750

0 commit comments

Comments
 (0)