Questions tagged [squarify]

A Python implementation of the squarify treemap layout algorithm. Use together with the relevant python tag.

A treemapping Python library built on .

References:

16 questions
0
votes
1 answer

How to plot squarify graph on button click in PyQt5 GUI python

I am a python beginner and am creating a GUI using PyQt5 and have run into a problem, please help. This is a squarify graph's example import pandas as pd df = pd.DataFrame({'nb_people':[8,3,4,2], 'group':["group A", "group B", "group C", "group D"]…
Shreyash Sharma
  • 310
  • 2
  • 11
1
2