Plot types:
- Line plot
- Scatter plot
- Bar plot
- Pie plot
- Images
- Contour graphs
Capabilities:
- Import data from plain text files.
- Import data from CSV files.
- Import images as data (grayscale only).
- Create data from f(x) and f(x,y) functions.
- Custom styles, colors and width of lines.
- Custom styles, colors and width of grids.
- Custom background color of Axes.
- Insert text/annotations.
- Move lines interactively.
- Move texts interactively.
- wxPython
- Matplotlib
- NumPy
Currently this is not a PyPI library, then to install you can use pip
as follows:
pip install git+https://github.com/JorgeDeLosSantos/NanchiPlot.git
To execute enter nanchi
in a console to run the main script.
Alternatively you can use a simple Python script:
import nanchi.app as app
# Rup application
app.run()
Build the documentation using Sphinx. Currently in write process.
In development: 0.1.0-dev
Developer: Pedro Jorge De Los Santos
E-mail: delossantosmfq@gmail.com