MCPcopy Index your code
hub / github.com/QuantFans/quantdigger / subplots_adjust

Method subplots_adjust

quantdigger/backup/techmplot2.py:86–87  ·  view source on GitHub ↗
(self, left, bottom, right, top, wspace=None, hspace=None)

Source from the content-addressed store, hash-verified

84
85
86 def subplots_adjust(self, left, bottom, right, top, wspace=None, hspace=None):
87 plt.subplots_adjust(left, bottom, right, top, wspace, hspace)
88
89 @property
90 def axes(self):

Callers 1

subplot.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected