Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_filter
Method · 0.95
get_diff_image
Method · 0.45
stop_rasterizing
Method · 0.45
blit
Method · 0.45
buffer_rgba
Method · 0.45
print_raw
Method · 0.45
print_to_buffer
Method · 0.45
on_draw_event
Method · 0.45
_create_bitmap
Method · 0.45
test_complete
Function · 0.45
test_pickle_load_from_subprocess
Function · 0.45
test_minus_no_descent
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_complete
Function · 0.36
test_pickle_load_from_subprocess
Function · 0.36
test_minus_no_descent
Function · 0.36
test_single_minus_sign
Function · 0.36
test_unclipped
Function · 0.36