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) : enter image description here


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -