معرفی شرکت ها


cli-plot-1.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A commandline app for plotting datafiles
ویژگی مقدار
سیستم عامل -
نام فایل cli-plot-1.1.2
نام cli-plot
نسخه کتابخانه 1.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده John Lee Cooper
ایمیل نویسنده cooperjl90@gmail.com
آدرس صفحه اصلی https://github.com/John-Lee-Cooper/cli_plot
آدرس اینترنتی https://pypi.org/project/cli-plot/
مجوز MIT
# CLI Plot A commandline app for parsing and plotting text data files. ## Installation ### Using Pip ```bash $ pip install cli-plot ``` ### Manual ```bash $ git clone https://github.com/John-Lee-Cooper/cli_plot $ cd cli_plot $ python setup.py install ``` ## Usage ```bash $ cli_plot --version $ cli_plot --help ``` ### Generate demo Generate and display some sample data, written to demo.dat ```bash $ cli_plot --demo ``` ![cli-plot](https://github.com/John-Lee-Cooper/cli_plot/raw/master/image/plot1.png) ### User Interface Key | Result :---: | :--- g | Toggle Grid t | Cycle Plot Type m | Toggle Series Markers 1-9 | Toggle Series 1-9 Display enter | Save Plot to png Image escape | Exit Holding the left mouse button down and moving the mouse will pan the plot. Rolling the mouse wheel up and down will zoom out and in where the mouse is. ### Display head of file ```bash $ cli_plot demo.dat --type=head ``` ### Plot specific columns Plot sin and growth against time: ```bash $ cli_plot demo.dat time sin damp ``` ![cli-plot](https://github.com/John-Lee-Cooper/cli_plot/raw/master/image/plot2.png) ### Plot pairs of columns Plot columns 2 against column 1 and column 4 against column 3: ```bash $ cli_plot demo.dat 2,3 1,4 ``` ![cli-plot](https://github.com/John-Lee-Cooper/cli_plot/raw/master/image/plot3.png) ### Specify plot type Plot data as a scatter plot: ```bash $ cli_plot demo.dat --type=scatter ``` ![cli-plot](https://github.com/John-Lee-Cooper/cli_plot/raw/master/image/plot4.png) ## Todo ## Written by John Lee Cooper john.lee.cooper@gatech.edu


نیازمندی

مقدار نام
==8.1.3 click
==0.11.0 cycler
==1.4.2 kiwisolver
==3.4.3 matplotlib
==1.22.4 numpy
==1.4.2 pandas
==0.12.0 pep517
==9.1.1 Pillow
==6.6.2 pip-tools
==3.0.9 pyparsing
==2.8.2 python-dateutil
==2022.1 pytz
==1.8.1 scipy
==0.11.2 seaborn
==1.16.0 six
==2.0.1 tomli
==0.4.1 typer


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cli-plot-1.1.2:

    pip install cli-plot-1.1.2.whl


نصب پکیج tar.gz cli-plot-1.1.2:

    pip install cli-plot-1.1.2.tar.gz