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

Function contour_dat

lib/matplotlib/tests/test_axes.py:2836–2840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2834
2835
2836def contour_dat():
2837 x = np.linspace(-3, 5, 150)
2838 y = np.linspace(-3, 5, 120)
2839 z = np.cos(x) + np.sin(y[:, np.newaxis])
2840 return x, y, z
2841
2842
2843@image_comparison(['contour_hatching'], remove_text=True, style='mpl20')

Callers 2

test_contour_hatchingFunction · 0.85
test_contour_colorbarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…