A python version of IDL tplot libraries
Project description
##########
pytplot
##########
Pytplot is a python package which aims to mimic the functionality of the IDL "tplot" libraries. The primary routine (tplot) generates HTML files for the specified plots, and automatically opens the files in a browser tab. These files have several user interaction tools built in, such as zooming and panning.
Pytplot can be used in python scripts, or interactively through IPython and the Jupyter notebook.
Install Python
=============
You will need Python version 3.5 to run pytplot.
It is recommended that you install `Anaconda <https://www.continuum.io/downloads/>`_, as it comes with a suite of packages that are useful for data science.
You could also install python directly from `python.org <https://www.python.org/download/>`_.
Install pytplot
=============
Open up a terminal, and type::
pip install pytplot
This will install pytplot and all of it's dependencies.
NOTICE: It appears you may also need to install nodejs. If you installed anaconda above, this can be done with the following command::
conda install -c bokeh nodejs
Running Pytplot
=============
To start using pytplot in a similar manner to IDL tplot, start up an interactive environment through the terminal command::
ipython
or, if you prefer the jupyter interactive notebook::
jupyter notebook
then, just import the package by typing the command::
import pytplot
A demo/tutorial can be found here: `docs/pytplot_tutorial.html <http://htmlpreview.github.com/?https://github.com/MAVENSDC/PyTplot/blob/master/docs/pytplot_tutorial.html>`_.
A full description of each function can be found in `docs/routine_doc.html <http://htmlpreview.github.com/?https://github.com/MAVENSDC/PyTplot/blob/master/docs/routine_doc.html>`_.
Contact
=============
If you have any suggestions or notice any problems, don't hesitate to contact Bryan Harter: harter@lasp.colorado.edu
pytplot
##########
Pytplot is a python package which aims to mimic the functionality of the IDL "tplot" libraries. The primary routine (tplot) generates HTML files for the specified plots, and automatically opens the files in a browser tab. These files have several user interaction tools built in, such as zooming and panning.
Pytplot can be used in python scripts, or interactively through IPython and the Jupyter notebook.
Install Python
=============
You will need Python version 3.5 to run pytplot.
It is recommended that you install `Anaconda <https://www.continuum.io/downloads/>`_, as it comes with a suite of packages that are useful for data science.
You could also install python directly from `python.org <https://www.python.org/download/>`_.
Install pytplot
=============
Open up a terminal, and type::
pip install pytplot
This will install pytplot and all of it's dependencies.
NOTICE: It appears you may also need to install nodejs. If you installed anaconda above, this can be done with the following command::
conda install -c bokeh nodejs
Running Pytplot
=============
To start using pytplot in a similar manner to IDL tplot, start up an interactive environment through the terminal command::
ipython
or, if you prefer the jupyter interactive notebook::
jupyter notebook
then, just import the package by typing the command::
import pytplot
A demo/tutorial can be found here: `docs/pytplot_tutorial.html <http://htmlpreview.github.com/?https://github.com/MAVENSDC/PyTplot/blob/master/docs/pytplot_tutorial.html>`_.
A full description of each function can be found in `docs/routine_doc.html <http://htmlpreview.github.com/?https://github.com/MAVENSDC/PyTplot/blob/master/docs/routine_doc.html>`_.
Contact
=============
If you have any suggestions or notice any problems, don't hesitate to contact Bryan Harter: harter@lasp.colorado.edu
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 Distributions
pytplot-0.1.9.zip
(1.6 MB
view details)
pytplot-0.1.9.tar.gz
(1.6 MB
view details)
File details
Details for the file pytplot-0.1.9.zip
.
File metadata
- Download URL: pytplot-0.1.9.zip
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bf947eec68bd8d2ebec7bb0a7502e07e61b6c63e90d221561c1b7a3b29404e2 |
|
MD5 | 0b82a48116ef8d97e4e24c46fc49ca00 |
|
BLAKE2b-256 | 71065a514d222e84d17ea0b38f3563ba9c81d7d15f4cdb258d4226206a288f14 |
File details
Details for the file pytplot-0.1.9.tar.gz
.
File metadata
- Download URL: pytplot-0.1.9.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 554ce9b77d47b94794ffe894c591e5e2b80b2063812909d0f2264e39fd9e829c |
|
MD5 | 442292a33d392c4aa0e4458e7f3df227 |
|
BLAKE2b-256 | dc77ea4b6eef4314eb2b91d1fec1d6e42172a16a92a7409b13fd16da42064d91 |