Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
matplotlib.pyplot
as
plt
2
fig = plt.figure()
3
ax1 = fig.add_subplot(311)
4
ax2 = fig.add_subplot(312)
Callers
nothing calls this directly
Calls
3
add_subplot
Method · 0.80
subplots_adjust
Method · 0.80
plot
Method · 0.45
Tested by
no test coverage detected