We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4efce commit 24eab5fCopy full SHA for 24eab5f
source/matplot/core/axes_type.cpp
@@ -914,7 +914,7 @@ namespace matplot {
914
static bool msg_shown_once = false;
915
// Gnuplot version needs to be 5.2.6+ for keyentry
916
if (parent_->backend_->consumes_gnuplot_commands()) {
917
- if (backend::gnuplot::gnuplot_includes_legends()) {
+ if (!backend::gnuplot::gnuplot_includes_legends()) {
918
if (!msg_shown_once) {
919
std::cerr
920
<< "You need gnuplot 5.2.6+ to include legends"
0 commit comments