معرفی شرکت ها


aesplot-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Aesthetics and Framework
ویژگی مقدار
سیستم عامل -
نام فایل aesplot-1.1
نام aesplot
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Heitor Gessner
ایمیل نویسنده <lab.metabio@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/aesplot/
مجوز -
=============================================================== Aesthetic for Matplotlib and Python Framework for data analysis =============================================================== Aesthetics ========== To use only the aesthetics and not the framework simply use create a class instance and call for PlotLikeR().plot_cfg() and/or PlotLikeR().plot_cfg_grid() methods. In the matplotlib documentation it is possible to find a description of each individual parameter. The majority of which, in the Aesplot library, are set as the default. For more check this link: https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file . Framework ========= Use a separate python file to create the basic framework structure. Modify the new file or string to make your analysis. Utils ===== Fixing the SVG export from matplotlib ------------------------------------- When saving the matplotlib figure as SVG, the syntax used doesn't contain any &lt;text&gt;&lt;/text&gt;. Instead, matplotlib opts for creating there own letters as mathematical curves. This can be an issue due to the "low resolution" aspect of these curves. To solve this, an utility tool was developed to find and replace the curves for letters. Additionally, when using LaTex equations in labels and/or legends, some elements can also be converted into HTML syntax. Converting LaTex to HTML ------------------------ Some mathematical notation is usually used when plotting graphs such as square root, superscript, index and many others. And, since matplotlib supports LaTex interpretation/compilation, it is useful to have a translation from one markup language to another. Using utils.SVGText() replaces markups, such as /textbf{}, into an equivalent &lt;tspan&gt;&lt;/tspan&gt; around the tag. More LaTex markups will be added in the future. Dependencies ------------ - Numpy: https://numpy.org - Matplotlib: https://matplotlib.org - Pandas: https://pandas.pydata.org - Scipy: https://scipy.org - Miktex: https://miktex.org or other latex compiler To-dos ------ - Expand the latex functions that can be interpreted and translated - Develop tests - Create data examples and plot examples


نیازمندی

مقدار نام
- numpy
- matplotlib
- scipy
- pandas


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

مقدار نام
>=3.0, <4 Python


نحوه نصب


نصب پکیج whl aesplot-1.1:

    pip install aesplot-1.1.whl


نصب پکیج tar.gz aesplot-1.1:

    pip install aesplot-1.1.tar.gz