MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / buffer_rgba

Method buffer_rgba

lib/matplotlib/backends/backend_agg.py:318–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 return points * self.dpi / 72
317
318 def buffer_rgba(self):
319 return memoryview(self._renderer)
320
321 def tostring_argb(self):
322 return np.asarray(self._renderer).take([3, 0, 1, 2], axis=2).tobytes()

Callers 15

stop_filterMethod · 0.95
get_diff_imageMethod · 0.45
stop_rasterizingMethod · 0.45
blitMethod · 0.45
buffer_rgbaMethod · 0.45
print_rawMethod · 0.45
print_to_bufferMethod · 0.45
on_draw_eventMethod · 0.45
_create_bitmapMethod · 0.45
test_completeFunction · 0.45
test_minus_no_descentFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_completeFunction · 0.36
test_minus_no_descentFunction · 0.36
test_single_minus_signFunction · 0.36
test_unclippedFunction · 0.36