GUI for matplotlib graphing
Project description
A program for making data plotting with matplotlib easily customizable in a GUI.
Features
Intelligent data file parsing
Automatically skips over headers (or any line that cannot be converted to float or datetime)
Supports many date formats in input automatically using dateutil.parser
Works with comma-separated and/or whitespace-separated input files
Graph configuration: line style, color, points, legend
Dialogs to create multiple axes and assign lines to them
Supports all output formats supported by matplotlib (.png, .jpg, .pdf … )
Installation
After installing Python 3, run the command pip install plopy
You can also try it online on repl.it, but that loads slowly and is not recommended for normal use.
Usage
To open the GUI, run the command python -m plopy, or also preselect files by appending their paths to the command (python -m plopy data.csv log.txt … ).
plopy can also be controlled from a script. Use plopy.add_file and plopy.add_array, then call plopy.start()
If you’re already accustomed to matplotlib, or want to convert pre-existing programs, you can import plopy.fig and plopy.ax to plot on, and call plopy.start() when done. This method also works in combination with the previous one.
See the docs for more examples.
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
File details
Details for the file plopy-1.6.9.tar.gz
.
File metadata
- Download URL: plopy-1.6.9.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f18b7009ea3cff3a06bc93767f72e822be29517d03d8c640b02de7a6a8adfa9 |
|
MD5 | 8df94818da4f86aa1900edb395cefe90 |
|
BLAKE2b-256 | 05e10bec6b98b61bdd1213a5b9975cde5e1b1094eea90299681d7c7cec87fd51 |
File details
Details for the file plopy-1.6.9-py3-none-any.whl
.
File metadata
- Download URL: plopy-1.6.9-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ff7355188bfb839815394bec774efaa986d5ac52a801ae22097adcdaade5cc |
|
MD5 | 1bbd3009185b9493ac6ad8d4ccb68cf7 |
|
BLAKE2b-256 | 03aa984a31e3826e07a94ab4d4f9d61f5fff60b72a8ed2a11c37c1a16b66a21f |