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

Function squiggle_xy

galleries/users_explain/axes/arranging_axes.py:392–393  ·  view source on GitHub ↗
(a, b, c, d, i=np.arange(0.0, 2*np.pi, 0.05))

Source from the content-addressed store, hash-verified

390
391
392def squiggle_xy(a, b, c, d, i=np.arange(0.0, 2*np.pi, 0.05)):
393 return np.sin(i*a)*np.cos(i*b), np.sin(i*c)*np.cos(i*d)
394
395fig = plt.figure(figsize=(8, 8), layout='constrained')
396outer_grid = fig.add_gridspec(4, 4, wspace=0, hspace=0)

Callers 1

arranging_axes.pyFile · 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…