Skip to main content

Pretty rendering method for mathematic functions

Project description

PyMathRender

Pretty rendering method for mathematic functions

Install

From Pypi:

py -m pip install PyMathRender

From GitHub:

py -m pip install git+https://github.com/donno2048/Maths

Use

from PyMathRender import main
main("sum([math.cos(3 ** n * x / 1000) / (3 ** n) for n in range(10)])", Text = r"$\sum_{n=0}^\infty\frac{\cos\left(3^nx\right)}{3^n}$ Is continuous but not differentiable in any point", LineColor = "blue", TextColor = "blue", start = 0, end = 10, step = .001, required = ["math"])

Or:

from PyMathRender import main
from math import cos, e, sqrt
def fun(x): return sum([cos(3 ** n * x / 1000) / (e ** (sqrt(3 ** n) - 1)) for n in range(10)])
main(fun, Text = r"$\sum_{n=0}^\infty\frac{\cos\left(3^nx\right)}{e^{-1+\sqrt{3^n}}}$ Is smooth but not analytic in any point", LineColor = "red", TextColor = "red", start = 0, end = 10, step = .001)

The first argument is the function (x is the variable if you use the string method) - It is the only required argument,

Text is the additional text,

LineColor is the color of the line plotted, either blue, green, red, cyan, magenta, yellow, black or white,

TextColor is the color of the additional text, same colors as LineColor,

start, end and step are the starting and ending points and the size of the steps between them,

required is a list of required packages for the function - needed only using the string method.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyMathRender-1.0.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

PyMathRender-1.0.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file PyMathRender-1.0.2.tar.gz.

File metadata

  • Download URL: PyMathRender-1.0.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMathRender-1.0.2.tar.gz
Algorithm Hash digest
SHA256 2df65da2cf7caf123fe8e7ac597e09d925c3c9988563a0dd15cb6b8e8dfe5aa5
MD5 3eb7ed75ee515970528765c31d7adf21
BLAKE2b-256 87ee047af328adb939105560dbd316d0437e36ba12f9f776d8eb85e180453ca4

See more details on using hashes here.

File details

Details for the file PyMathRender-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: PyMathRender-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMathRender-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4e4d666f0fa34c9af33bb7c74a4e1592fa1da1e116ec567987e8a82d899c67fc
MD5 fcaf700cc6dfbbf53d10977c2c2b2d81
BLAKE2b-256 eb79c3e8b1d750dbd0c4c0fcdc46bb43b66ebd08dcf0d5f675d08cd74500d5b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page