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

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -