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

Function test_removal

lib/mpl_toolkits/axes_grid1/tests/test_axes_grid1.py:756–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

754
755
756def test_removal():
757 import matplotlib.pyplot as plt
758 import mpl_toolkits.axisartist as AA
759 fig = plt.figure()
760 ax = host_subplot(111, axes_class=AA.Axes, figure=fig)
761 col = ax.fill_between(range(5), 0, range(5))
762 fig.canvas.draw()
763 col.remove()
764 fig.canvas.draw()
765
766
767@image_comparison(['anchored_locator_base_call.png'], style="mpl20")

Callers

nothing calls this directly

Calls 4

figureMethod · 0.80
fill_betweenMethod · 0.45
drawMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…