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

Function comparable_formats

lib/matplotlib/testing/compare.py:268–279  ·  view source on GitHub ↗

Return the list of file formats that `.compare_images` can compare on this system. Returns ------- list of str E.g. ``['png', 'pdf', 'svg', 'eps']``.

()

Source from the content-addressed store, hash-verified

266
267
268def comparable_formats():
269 """
270 Return the list of file formats that `.compare_images` can compare
271 on this system.
272
273 Returns
274 -------
275 list of str
276 E.g. ``['png', 'pdf', 'svg', 'eps']``.
277
278 """
279 return ['png', *converter]
280
281
282def convert(filename, cache):

Callers 1

wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…