معرفی شرکت ها


colormap-1.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Utilities to ease manipulation of matplotlib colormaps and color codecs (e.g., hex2rgb)
ویژگی مقدار
سیستم عامل -
نام فایل colormap-1.0.4
نام colormap
نسخه کتابخانه 1.0.4
نگهدارنده ['Thomas Cokelaer']
ایمیل نگهدارنده ['cokelaer@ebi.ac.uk']
نویسنده Thomas Cokelaer
ایمیل نویسنده cokelaer@ebi.ac.uk
آدرس صفحه اصلی http://github.com/cokelaer/colormap
آدرس اینترنتی https://pypi.org/project/colormap/
مجوز LGPL
############################# COLORMAP documentation ############################# Please see : http://colormap.readthedocs.io/ for an up-to-date documentation. .. image:: https://badge.fury.io/py/colormap.svg :target: https://pypi.python.org/pypi/colormap .. image:: https://github.com/cokelaer/colormap/actions/workflows/ci.yml/badge.svg?branch=master :target: https://github.com/cokelaer/colormap/actions/workflows/ci.yml .. image:: https://coveralls.io/repos/cokelaer/colormap/badge.png?branch=master :target: https://coveralls.io/r/cokelaer/colormap?branch=master :version: Python 3.6, 3.7, 3.8, 3.9 :contributions: Please join https://github.com/cokelaer/colormap :issues: Please use https://github.com/cokelaer/colormap/issues :notebook: Please see https://github.com/cokelaer/colormap/tree/master/notebooks What is it ? ################ **colormap** package provides simple utilities to convert colors between RGB, HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All matplotlib colormaps and some R colormaps are available altogether. The plot_colormap method (see below) is handy to quickly pick up a colormaps and the test_colormap is useful to see test a new colormap. Installation ################### :: pip install colormap Example ########## * Create your own colormap from red to green colors with intermediate color as whitish (diverging map from red to green):: c = Colormap() mycmap = c.cmap( {'red':[1,1,0], 'green':[0,1,.39], 'blue':[0,1,0]}) cmap = c.test_colormap(mycmap) * Even simpler if the colormap is linear:: c = Colormap() mycmap = c.cmap_linear('red', 'white', 'green(w3c)') cmap = c.test_colormap(mycmap) .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png :width: 50% :align: center * check out the available colormaps:: c = Colormap() c.plot_colormap('diverging') .. image:: http://colormap.readthedocs.io/en/latest/_images/colormaps.png :width: 50% :align: center See online documentation for details: http://colormap.readthedocs.io/


نحوه نصب


نصب پکیج whl colormap-1.0.4:

    pip install colormap-1.0.4.whl


نصب پکیج tar.gz colormap-1.0.4:

    pip install colormap-1.0.4.tar.gz