10000 Add title function and example of it. by AtsushiSakai · Pull Request #3 · lava/matplotlib-cpp · GitHub
[go: up one dir, main page]

Skip to content

Add title function and example of it. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 16, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format code
  • Loading branch information
AtsushiSakai committed Jan 16, 2016
commit 622e27638d16f40d3289cdb55d9747a574c874af
1 change: 0 additions & 1 deletion matplotlibcpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ namespace matplotlibcpp {
if(!res) throw std::runtime_error("Call to title() failed.");

//if PyDeCRFF, the show function doesn't wook on Mac OS

}

inline void show()
Expand Down
0