./wip/py-matplottheme, MatPlotTheme is a theming library for MatPlotLib

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.1, Package name: py310-matplottheme-0.0.1, Maintainer: jihbed.research

MatPlotTheme is a theming library for MatPlotLib. Greatly inspired
by prettyplotlib, MatPlotTheme aims to provide easy-to-use APIs for
creating proper and attractive data visualizations.

In MatPlotTheme, theming MatPlotLib figures is controlled by style and
palette, which defines how elements are customized and which colors are
used, respectively. As MatPlotTheme provides multiple styles/palettes
(at least that is what I am working on), using the library is as simple
as picking a style-palette combination and plot. What's more,
MatPlotTheme inherits MatPlotLib's API configuration, which means
existing code can be migrated with minimal effort.


Required to run:
[graphics/py-matplotlib] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: e931d2cdca31690866447b9f4547997e8cf02f23
Filesize: 809.952 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-26 22:11:06 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-matplottheme-0.0.1 as wip/py-matplottheme.

MatPlotTheme is a theming library for MatPlotLib. Greatly inspired
by prettyplotlib, MatPlotTheme aims to provide easy-to-use APIs for
creating proper and attractive data visualizations.

In MatPlotTheme, theming MatPlotLib figures is controlled by style and
palette, which defines how elements are customized and which colors are
used, respectively. As MatPlotTheme provides multiple styles/palettes
(at least that is what I am working on), using the library is as simple
as picking a style-palette combination and plot. What's more,
MatPlotTheme inherits MatPlotLib's API configuration, which means
existing code can be migrated with minimal effort.