Skip to main content

Quick Plotting for MESA or GYRE

Project description

usage: qpmg [-h] [-x X [X ...]] [-y Y [Y ...]] [--xlabel XLABEL [XLABEL ...]]
            [--ylabel YLABEL [YLABEL ...]] [--legend LEGEND [LEGEND ...]]
            [--style STYLE] [--title TITLE [TITLE ...]]
            [--style-file STYLE_FILE]
            filenames [filenames ...]

qpmg is a simple Python script to quickly inspect output that adheres to the format used by MESA’s profiles and histories and GYRE’s summaries and mode files. While qpmg provides some options, it’s intended for quick inspection rather than publication-quality plots. To see the list of available columns in a file, run qpmg on a given file. The defaults will cause an error that displays the available columns.

positional arguments: filenames

optional arguments:

-h, --help

show this help message and exit

-x X, -y Y

Column(s) to use for the x and y variables. The code loops through however many x and y keys you give (inner loop over x, outer loop over y) but most of the time you probably only want one x variable.

--xlabel XLABEL, --ylabel YLABEL

Overrides the axis label with the given string. Accepts spaces. i.e. ‘effective temperature’ is OK. Default is to use the first argument of -x/-y.

--legend LABELS

If auto, add a legend using the filenames as keys. Otherwise, use the arguments as a list of keys. Default is no legend.

--style STYLE

point style, passed to plot function (default=-)

--scale-x SCALE_X

multiply variables on x-axis by this much (default=1)

--scale-y SCALE_Y

multiply variables on y-axis by this much (default=1)

--flip-x

reverse the x-axis

--flip-y

reverse the y-axis

--plotter PLOTTER

use matplotlib.pyplot.PLOTTER to plot (one of plot, semilogx, semilogy or loglog, default=plot)

--title TITLE

Adds the given title to the plot. Accepts spaces. i.e. my plot is OK. Default is no title.

--style-file STYLE_FILE

Specifies a matplotlib style file to load.

Installation

qpmg is available through pip:

pip install qpmg

You can also clone this GitHub repo:

git clone https://github.com/warrickball/qpmg.git
cd qpmg
pip install -e .

or similar.

Finally, the program is entirely constrained in the script qpmg, so you can download this one file and use it as you please. For example, I keep $HOME/.local/bin in my $PATH variable, so I might get the latest version of the script with

wget https://raw.githubusercontent.com/warrickball/qpmg/master/qpmg -O $HOME/.local/bin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qpmg-0.2.2.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file qpmg-0.2.2.tar.gz.

File metadata

  • Download URL: qpmg-0.2.2.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for qpmg-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ffd83320a3866ad5e64c61db112495231aca0e7cb17d19a4990ec0bf0a2aac2d
MD5 588996f2860f1c82a7ae15abf284cb9c
BLAKE2b-256 668384891ba6f490e9a06deda5be3816cf4dc2ba0d077f90f52bfda2168cc74a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page