MCPcopy Index your code
hub / github.com/eteq/catterplotpy / catter

Function catter

catterplot/core.py:38–126  ·  view source on GitHub ↗

A catter plot (scatter plot with cats). Most arguments are interpreted the same as the matplotlib `scatter` function, except that ``s`` is the *data* size of the symbol (not pixel). Additional kwargs include: ``cat`` can be: * int : the index of the cat symbol to use -

(x, y, s=40, c=None, cat='random', alpha=1, ax=None, cmap=None,
           aspects='auto')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

example3.pyFile · 0.90

Calls 2

n_catsFunction · 0.85
get_cat_numFunction · 0.85

Tested by

no test coverage detected