python - Matplotlib equivalent of Matlab's cellplot() -
there cellplot()
function in matlab visualizes contents of cellarray. visualize contents of python tuple in similar manner. there function in matplotlib or other python library achieve ? thanks.
for example, cell array in matlab be
a = {['1st element'] [2 3] [8 9 7; 1 2 3] ['a' 'b']};
the output of cellplot(a)
:
Comments
Post a Comment