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 bb2bf7c commit 34b5e41Copy full SHA for 34b5e41
lib/matplotlib/artist.py
@@ -1119,6 +1119,11 @@ def sticky_edges(self):
1119
where one usually expects no margin on the bottom edge (0) of the
1120
histogram.
1121
1122
+ Moreover, margin expansion "bumps" against sticky edges and cannot
1123
+ cross them. For example, if the upper data limit is 1.0, the upper
1124
+ view limit computed by simple margin application is 1.2, but there is a
1125
+ sticky edge at 1.1, then the actual upper view limit will be 1.1.
1126
+
1127
This attribute cannot be assigned to; however, the ``x`` and ``y``
1128
lists can be modified in place as needed.
1129
0 commit comments