Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ bin_path
Method
bin_path
lib/matplotlib/animation.py:683–687 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
681
682
@classmethod
683
def
bin_path(cls):
684
binpath = super().bin_path()
685
if
binpath ==
'convert'
:
686
binpath = mpl._get_executable_info(
'magick'
).executable
687
return
binpath
688
689
@classmethod
690
def
isAvailable(cls):
Callers
1
_args
Method · 0.95
Calls
1
bin_path
Method · 0.45
Tested by
no test coverage detected