Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ is_separable
Method
is_separable
lib/matplotlib/transforms.py:1897–1899 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1895
1896
@property
1897
def
is_separable(self):
1898
mtx = self.get_matrix()
1899
return
mtx[0, 1] == mtx[1, 0] == 0.0
1900
1901
def
to_values(self):
1902
""
"
Callers
nothing calls this directly
Calls
1
get_matrix
Method · 0.45
Tested by
no test coverage detected