Thanks to visit codestin.com Credit goes to github.com
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 b7e35ca commit 5cca1f0Copy full SHA for 5cca1f0
2 files changed
CXX/Objects.hxx
@@ -1935,7 +1935,7 @@ namespace Py
1935
if(map.hasKey(key)) the_item = map.getItem(key);
1936
};
1937
1938
- ~mapref<T>()
+ ~mapref()
1939
{}
1940
1941
// MapBase<T> stuff
examples/annotation_demo.py
@@ -94,7 +94,7 @@
94
fontsize=20)
95
ax.add_artist(f)
96
97
- fig.savefig('annotation_demo2')
+ fig.savefig('annotation_coords')
98
99
if 1:
100
# annotations work on polar axes too. The annotation coords below
0 commit comments