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 3fd7593 commit c383b5aCopy full SHA for c383b5a
source/matplot/core/axes_type.cpp
@@ -70,8 +70,9 @@ namespace matplot {
70
if (title_enhanced_ && iequals(title_font_weight_, "italic")) {
71
cmd += "}";
72
}
73
+ cmd += "\"";
74
if (parent_->backend_->supports_fonts()) {
- cmd += "\" font \"" + escape(font()) + "," +
75
+ cmd += " font \"" + escape(font()) + "," +
76
std::to_string(unsigned(font_size() *
77
title_font_size_multiplier_)) +
78
"\"";
0 commit comments