Skip to content

JorgeDeLosSantos/NanchiPlot

Repository files navigation

NanchiPlot

Features

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.

Requirements

  • wxPython
  • Matplotlib
  • NumPy

Installation

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

Run NanchiPlot

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()

Documentation

Build the documentation using Sphinx. Currently in write process.

Version

In development: 0.1.0-dev

Screenshots

More info

Developer: Pedro Jorge De Los Santos
E-mail: delossantosmfq@gmail.com

About

A GUI tool for viewing plots (wxPython, Matplotlib & NumPy)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published