MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_fancyarrow_units

Function test_fancyarrow_units

lib/matplotlib/tests/test_patches.py:706–711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

704
705
706def test_fancyarrow_units():
707 from datetime import datetime
708 # Smoke test to check that FancyArrowPatch works with units
709 dtime = datetime(2000, 1, 1)
710 fig, ax = plt.subplots()
711 arrow = FancyArrowPatch((0, dtime), (0.01, dtime))
712
713
714def test_fancyarrow_setdata():

Callers

nothing calls this directly

Calls 2

FancyArrowPatchClass · 0.90
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…