معرفی شرکت ها


baciphacs-1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Bar Charts In Pure HTML And CSS
ویژگی مقدار
سیستم عامل -
نام فایل baciphacs-1.0
نام baciphacs
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Thibauld Nion
ایمیل نویسنده thibauld@tibonihoo.net
آدرس صفحه اصلی https://github.com/tibonihoo/baciphacs
آدرس اینترنتی https://pypi.org/project/baciphacs/
مجوز BSD
This library is designed for the kind of (desesperate) situation where you want to display bar charts but with the constraint that your HTML document must not depend on additional files or remote webservices. baciphacs will use basic HTML code with some bits of CSS style embeded in tags, to display a reasonably readable chart. If you need pretty or advanced graphs and don't have any strict constraints on your HTML's dependency, many libraries exists that generate much much better looking graphs. baciphacs is licensed under the 2 close BSD License, and more detailed information about it can be found at GitHub: https://github.com/tibonihoo/baciphacs. It is tested on Travis-CI: https://travis-ci.org/tibonihoo/baciphacs Example for horizontal bar charts --------------------------------- Code sample:: from baciphacs import DataSample from baciphacs import GenerateHTMLHorizontalBarChart data = [("ba",3,2),("c",6,1),("i",2,1),("p",4,1),("h",4,1),("a",3,1),("cs",3,2)] dataSamples = [DataSample._make(t) for t in data] print GenerateHTMLHorizontalBarChart(dataSamples,numStdev=2,color="blue") The Python code above will generate an HTML snippet that renders like a bar chart: http://htmlpreview.github.io/?https://github.com/tibonihoo/baciphacs/blob/master/doc/index.html


نحوه نصب


نصب پکیج whl baciphacs-1.0:

    pip install baciphacs-1.0.whl


نصب پکیج tar.gz baciphacs-1.0:

    pip install baciphacs-1.0.tar.gz