معرفی شرکت ها


endaq-plot-1.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A comprehensive, user-centric Python API for working with enDAQ data and devices
ویژگی مقدار
سیستم عامل -
نام فایل endaq-plot-1.1.0
نام endaq-plot
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mide Technology
ایمیل نویسنده help@mide.com
آدرس صفحه اصلی https://github.com/MideTechnology/endaq-python
آدرس اینترنتی https://pypi.org/project/endaq-plot/
مجوز MIT
# endaq-plot - Painless Plotting Of Sensor Data endaq-plot is a package comprising a collection of plotting utilities for sensor data analysis. It leverages Plotly in order to produce interactive plots, and makes creating powerful visualizations simple and easy for those new to Python. endaq-plot is a sub-package of the larger enDAQ ecosystem. See [the endaq package](https://github.com/MideTechnology/endaq-python) for more details. ## Installation endaq-plot is available on PYPI via `pip`: pip install endaq-plot For the most recent features that are still under development, you can also use `pip` to install endaq-plot directly from GitHub: pip install git+https://github.com/MideTechnology/endaq-python-plot.git@development ## Usage Examples For these examples we assume there is a Pandas DataFrame named `df` which has it's index as time stamps and it's one column being sensor values (e.g. x-axis accleration, or pressure). It also assumes there is a Pandas DataFrame `attribute_df` which contains all the attribute data about various data files. More information can be found about how to get this data from enDAQ IDE files in the [endaq-cloud package](https://github.com/MideTechnology/endaq-python-cloud). ```python from endaq.plot import octave_spectrogram, multi_file_plot_attributes, octave_psd_bar_plot from endaq.plot.utilities import set_theme ``` ### Setting The Aesthetic Theme ```python set_theme(theme='endaq') ``` ### Creating Spectrograms With Octave Spaced Frequencies ```python freqs, bins, Pxx, fig = octave_spectrogram(df, window=.15) fig.show() ``` ![Spectrogram With Octave Spaced Frequencies](https://i.imgur.com/929aszu.png) ### Creating PSD Bar Plots With Octave Spaced Frequencies ```python fig = octave_psd_bar_plot(df, yaxis_title="Magnitude") fig.show() ``` ![PSD Bar Plot With Octave Spaced Frequencies](https://i.imgur.com/ueqcVTQ.png) ### Plot Attributes In Figure With Subplots ```Python fig = multi_file_plot_attributes(attribute_df) fig.show() ``` ![Attributes Plotted As Subplots](https://i.imgur.com/5Yy4DN7.png) ## Other Links - the endaq package - https://github.com/MideTechnology/endaq-python - the enDAQ homepage - https://endaq.com/


نیازمندی

مقدار نام
>=1.19.5 numpy
>=1.1.5 pandas
>=5.3.1 plotly
>=1.7.1 scipy
>=1.1.0 endaq-calc
>=1.19.5 numpy
>=1.1.5 pandas
>=5.3.1 plotly
>=1.7.1 scipy
>=1.1.0 endaq-calc
>=1.19.5 numpy
>=1.1.5 pandas
>=5.3.1 plotly
>=1.7.1 scipy
>=1.1.0 endaq-calc


نحوه نصب


نصب پکیج whl endaq-plot-1.1.0:

    pip install endaq-plot-1.1.0.whl


نصب پکیج tar.gz endaq-plot-1.1.0:

    pip install endaq-plot-1.1.0.tar.gz