MCPcopy
hub / github.com/GPflow/GPflow / plotting_cb

Function plotting_cb

tests/gpflow/test_monitor.py:110–114  ·  view source on GitHub ↗
(fig: Figure, axes: AnyNDArray)

Source from the content-addressed store, hash-verified

108 tmp_path_str = str(tmp_path)
109
110 def plotting_cb(fig: Figure, axes: AnyNDArray) -> None:
111 axes[0, 0].plot(np.random.randn(2), np.random.randn(2))
112 axes[1, 0].plot(np.random.randn(2), np.random.randn(2))
113 axes[0, 1].plot(np.random.randn(2), np.random.randn(2))
114 axes[1, 1].plot(np.random.randn(2), np.random.randn(2))
115
116 fig_kwargs = dict(figsize=(10, 10))
117 subplots_kwargs = dict(sharex=True, nrows=2, ncols=2)

Callers

nothing calls this directly

Calls 1

plotMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…