Light weight numpy, scipy, and matplotlib wrapper
Project description
# Graf
Graf was built as a daily graph drawing program.
There is a powerfull graph drawing tool called [matplotlib][] but that is too
powerfull and complecated to use as a daily tool.
The purpose of the Graf is to make it easier and simpler for daily graph drawing
powerd by wrapping matplotlib and giving some useful methods for loading or
analysing data.
# Example
Prepare example data in `raw` directory as `data.00.txt`, `data.01.txt`, ...etc.
Save the following code as `example01.graf` and run `graf example01.graf`
```python
# Load column 0 and 1 of data.00.txt, data.01.txt, ... in raw directory
dataset = load('raw/data.??.txt', using=(0, 1))
# Plot all data
for x, y in dataset:
plot(x, y)
# Show
show()
```
Graf was built as a daily graph drawing program.
There is a powerfull graph drawing tool called [matplotlib][] but that is too
powerfull and complecated to use as a daily tool.
The purpose of the Graf is to make it easier and simpler for daily graph drawing
powerd by wrapping matplotlib and giving some useful methods for loading or
analysing data.
# Example
Prepare example data in `raw` directory as `data.00.txt`, `data.01.txt`, ...etc.
Save the following code as `example01.graf` and run `graf example01.graf`
```python
# Load column 0 and 1 of data.00.txt, data.01.txt, ... in raw directory
dataset = load('raw/data.??.txt', using=(0, 1))
# Plot all data
for x, y in dataset:
plot(x, y)
# Show
show()
```
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
graf-0.1.2.tar.gz
(36.6 kB
view details)
File details
Details for the file graf-0.1.2.tar.gz
.
File metadata
- Download URL: graf-0.1.2.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b02c256ced032db935c99269b0c789568ae78121b3b254b6925d851dce538b0 |
|
MD5 | 95b6453bddeab2a3edc3b25a3eca68be |
|
BLAKE2b-256 | 1e2c796280cd139648d977b5d6f15f958c6835f0a8f16df677c9ee7277374762 |