A 3D/4D graphing library using VisPy and SymPy
Project description
3D Graphing Calculator
A Python library for rendering 3D and 4D mathematical expressions using VisPy.
Installation
pip install graphing_calculator_3d
Usage
import sympy as sp
from graphing_lib import api_contract
x, y, z, t = sp.symbols('x y z t')
# Define a 4D function (animated over t)
function = x**2 + y**2 + z - 25 + sp.sin(t)
# Plot it
api_contract.plot(function)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file graphing_calculator_3d-0.1.0.tar.gz.
File metadata
- Download URL: graphing_calculator_3d-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dac9149be40e6e09768fc7dd19599097732c6a3f031382cc430cf278943550cb
|
|
| MD5 |
d3df3594aa1fde9b5590940132c48d3e
|
|
| BLAKE2b-256 |
d6cf33bdb7abdd6d77cd708ab62f65f4bf6b1283cb38fefcdef20fd3d094bdba
|
File details
Details for the file graphing_calculator_3d-0.1.0-py3-none-any.whl.
File metadata
- Download URL: graphing_calculator_3d-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53b7d495dbeea487f1112e53edda332b6644255b9c5882236fa94c8e2f4bcd67
|
|
| MD5 |
c5f1051067f7194193eb9583d40e18d7
|
|
| BLAKE2b-256 |
63b791a76ade0b350ae76010a490beff0c7a64a6c0bd50c8ca6ffb0608b7dbe4
|