MCPcopy Index your code
hub / github.com/bqplot/bqplot / current_figure

Function current_figure

bqplot/pyplot.py:1241–1245  ·  view source on GitHub ↗

Returns the current context figure.

()

Source from the content-addressed store, hash-verified

1239
1240
1241def current_figure():
1242 """Returns the current context figure."""
1243 if _context['figure'] is None:
1244 figure()
1245 return _context['figure']
1246
1247# FOR DEBUG ONLY
1248

Callers 10

showFunction · 0.85
axesFunction · 0.85
_set_labelFunction · 0.85
gridsFunction · 0.85
titleFunction · 0.85
legendFunction · 0.85
hlineFunction · 0.85
vlineFunction · 0.85
_draw_markFunction · 0.85
_add_interactionFunction · 0.85

Calls 1

figureFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…