Una pequeña librería para crear gráficos de forma sencilla con los estudiantes, de Mateo Dutra
Project description
Graf
¡Hola, bienvenido! Esta es la página en español de un proyecto hecho y diseñado para que los estudiantes puedan aprender a crear graficos de forma sencilla y rápida a la vez que aprenden a manejar librerÃas en Python. En resumen, esto es una pequeña librerÃa hecha para crear gráficos de forma sencilla con tus estudiantes.
Ejemplo
from grafs import graficar
x = [0, 1, 2, 3, 4, 5]
y = [2, 4, 6, 8, 10, 12]
graficar(x,y, "Grafs", "X", "Y", "Nombre_archivo")
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 funcion_graficas-1.2.0.tar.gz.
File metadata
- Download URL: funcion_graficas-1.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f04642f0a23dec26a278383d0a53ed6092604bd701abcda67f17addd99a91ed
|
|
| MD5 |
78ce7d28ce06c5305c8b77672e99bbcd
|
|
| BLAKE2b-256 |
6289a94ac8985cf8382b319d962e6b8f2c60e8b6793aca9181c3cf30301068c7
|
File details
Details for the file funcion_graficas-1.2.0-py3-none-any.whl.
File metadata
- Download URL: funcion_graficas-1.2.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0d5911c9be2e950a64dfc47b6ffd8472556dd9817ae9c3a415d3014d27b570
|
|
| MD5 |
32eee58ee9a4a78fbbbc344336b79030
|
|
| BLAKE2b-256 |
788b349ee6412d7a76e4ecac7550536fbde311ca4e21883c5f53a07130cf7b61
|