Skip to content

Commit

Permalink
removed unused line in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sullivan committed Apr 17, 2016
1 parent 8a9d73c commit 3b51734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ int main(){
// call xlim directly in python
py.call("pylab.xlim(0.1,0.5)");
// call savefig via c++ function
//py.functions["savefig"]("./from_cpp.pdf");
py.function("savefig","./from_cpp.pdf");
// or via python
py.call("pylab.savefig('./from_py.pdf')");
Expand Down

0 comments on commit 3b51734

Please sign in to comment.