MCPcopy Index your code
hub / github.com/QuantFans/quantdigger / subplot.py

File subplot.py

quantdigger/backup/demo/subplot.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import matplotlib.pyplot as plt
2fig = plt.figure()
3ax1 = fig.add_subplot(311)
4ax2 = fig.add_subplot(312)

Callers

nothing calls this directly

Calls 3

add_subplotMethod · 0.80
subplots_adjustMethod · 0.80
plotMethod · 0.45

Tested by

no test coverage detected