chenyulue / matplotlib-extra

This package includes some extra functions to matplotlib.
MIT License
11 stars 2 forks source link

matplotlib-extra

This package includes some extra functions to matplotlib.

Currently there includes the following usefull functions:

Examples

Treemap

  1. With one level

    fig2

  2. With multi-levels

    fig3 fig4

  3. Split at the first level

    fig5

  4. Add some pads between the parent tiles and children tiles, and label the parent tiles

    fig6

For the source code to generate the above figure, please see the examples