معرفی شرکت ها


artist-0.18.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A plotting library for Python with LaTeX output
ویژگی مقدار
سیستم عامل -
نام فایل artist-0.18.2
نام artist
نسخه کتابخانه 0.18.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده David Fokkema, Arne de Laat
ایمیل نویسنده davidfokkema@icloud.com, arne@delaat.net
آدرس صفحه اصلی http://github.com/davidfokkema/artist/
آدرس اینترنتی https://pypi.org/project/artist/
مجوز GPLv3
Artist makes beautiful plots ============================ .. image:: http://img.shields.io/pypi/v/artist.svg :target: https://pypi.python.org/pypi/artist/ .. image:: http://img.shields.io/badge/license-GPLv3-blue.svg :target: https://github.com/davidfokkema/artist/blob/master/LICENSE .. image:: http://img.shields.io/travis/davidfokkema/artist/master.svg :target: https://travis-ci.org/davidfokkema/artist In short -------- Artist is a 2D plotting library for Python. It's main focus is the output. Artist creates a LaTeX file which can be included in your paper or thesis. The code needs TikZ and PGFPlots to compile and your plots will tightly integrate with your main text. Artist provides an easy-to-use and clean Python interface and can compile your plot on-the-fly as a stand-alone PDF file. For instance the `cosmic-ray flux spectrum <https://github.com/davidfokkema/artist/blob/master/demo/demo_spectrum.py>`_: .. image:: https://raw.githubusercontent.com/davidfokkema/artist/master/doc/images/tutorial/spectrum.png :width: 293px See the `documentation <http://davidfokkema.github.io/artist/>`_ for tutorials. Rationale --------- Artist enables you to visualize the results of your data analysis. The quality of your plots should reflect the quality of your analysis. With most software, this is hardly possible and the term 'publication quality' takes on an entirely new meaning. As a result, many papers and theses suffer from inconsistent and generally poor-quality plots. Fortunately, some solutions are available. For LaTeX users, one can use PGF/TikZ for generating figures and plots. This ensures a very consistent display throughout your document. PGFPLOTS builds on that to provide a user-friendly interface for many kinds of plots and to allow extensive customization. For many users, however, it is more convenient to use a programmatic interface from your favorite programming language. For Python, such an interface is available in Artist. Artist can be used in place of other plotting libraries, but the output is a LaTeX file requiring PGF/TikZ and PGFPLOTS. Previewing the output is possible by means of a simple method which renders the plot as a PDF. The style of the plots is based on the work of William S. Cleveland. Developer notes: releasing a new version ---------------------------------------- If you're ready to release a new version, make sure to follow these steps: 1. Update the version numbers in both the ``setup.py`` and the ``doc/conf.py`` files 2. Tag a release version using git, or directly on GitHub 3. Update the documentation by compiling, committing it to the ``gh-pages`` branch and pushing it to GitHub:: $ make gh-pages $ git push origin gh-pages 4. Push a new version to the Python Package Index (PyPI):: $ python setup.py sdist upload (make sure to have a valid .pypirc file) Thanks.


نحوه نصب


نصب پکیج whl artist-0.18.2:

    pip install artist-0.18.2.whl


نصب پکیج tar.gz artist-0.18.2:

    pip install artist-0.18.2.tar.gz