A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alandefreitas/matplotplusplus/commit/c383b5a6179295ea4023a1178ea4ed89df9f7686 below:

Fix "set title" command string when saving image · alandefreitas/matplotplusplus@c383b5a · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -70,8 +70,9 @@ namespace matplot {

70 70

if (title_enhanced_ && iequals(title_font_weight_, "italic")) {

71 71

cmd += "}";

72 72

}

73 +

cmd += "\"";

73 74

if (parent_->backend_->supports_fonts()) {

74 -

cmd += "\" font \"" + escape(font()) + "," +

75 +

cmd += " font \"" + escape(font()) + "," +

75 76

std::to_string(unsigned(font_size() *

76 77

title_font_size_multiplier_)) +

77 78

"\"";

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4