# plottery
(Not so) Generic plotting tools
To install, run
pip install plottery
or simply clone the latest version from github:
git clone https://github.com/cristobal-sifon/plottery.git
The `plottery` package contains four modules, `astroplots`, `patches`,
`plotutils`, and `statsplots`
Below is a brief description of each module's functions. See their help pages for more details.
astroplots:
contour_overlay -- Overlay contours from one image on to another (new in v0.3.1).
phase_space -- Plot phase space diagram (i.e., velocity vs. distance).
wcslabels -- Generate HMS and DMS labels for RA and Dec given in decimal degrees.
patches: additional matplotlib.patches objects
Bracket -- a square bracket used to highlight a region in a figure.
LogEllipse -- a finely-sampled polygon that appears as an ellipse in a log-log plot.
plotutils:
colorscale -- Generate a colorbar and associated array of colors from a given data set.
savefig -- Convenience wrapper around functions used when commonly saving a figure.
update_rcParams -- Update rcParam configuration to make plots look nicer.
statsplots:
contour_levels -- Calculate contour levels at chosen percentiles for 2-dimensional data.
corner -- Make a corner plot.
## Changelog
* v0.6.6 (Dec 2022):
- `statsplots.corner` supports strings in `bins` and `bins1d` for automatic bin width calculation
* v0.6.5 (Dec 2022):
- `statsplots.corner` bug fix when attempting to plot likelihood in diagonal panels (#27)
---
*Last updated: Dec 2022*
*(c) Cristóbal Sifón 2013-2022*
Raw data
{
"_id": null,
"home_page": "https://github.com/cristobal-sifon/plottery",
"name": "plottery",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Cristobal Sifon",
"author_email": "cristobal.sifon@pucv.cl",
"download_url": "https://files.pythonhosted.org/packages/3c/75/028e148745238c135c42fe0435137fa132161cbe5cdab7611fcf85055f17/plottery-0.6.6.tar.gz",
"platform": null,
"description": "# plottery\n(Not so) Generic plotting tools\n\nTo install, run\n\n pip install plottery\n\nor simply clone the latest version from github:\n\n git clone https://github.com/cristobal-sifon/plottery.git\n\nThe `plottery` package contains four modules, `astroplots`, `patches`, \n`plotutils`, and `statsplots`\n\nBelow is a brief description of each module's functions. See their help pages for more details.\n\n astroplots:\n contour_overlay -- Overlay contours from one image on to another (new in v0.3.1).\n phase_space -- Plot phase space diagram (i.e., velocity vs. distance).\n wcslabels -- Generate HMS and DMS labels for RA and Dec given in decimal degrees.\n patches: additional matplotlib.patches objects\n Bracket -- a square bracket used to highlight a region in a figure.\n LogEllipse -- a finely-sampled polygon that appears as an ellipse in a log-log plot.\n plotutils:\n colorscale -- Generate a colorbar and associated array of colors from a given data set.\n savefig -- Convenience wrapper around functions used when commonly saving a figure.\n update_rcParams -- Update rcParam configuration to make plots look nicer.\n statsplots:\n contour_levels -- Calculate contour levels at chosen percentiles for 2-dimensional data.\n corner -- Make a corner plot.\n\n\n## Changelog\n\n* v0.6.6 (Dec 2022):\n - `statsplots.corner` supports strings in `bins` and `bins1d` for automatic bin width calculation\n* v0.6.5 (Dec 2022):\n - `statsplots.corner` bug fix when attempting to plot likelihood in diagonal panels (#27)\n\n\n---\n*Last updated: Dec 2022*\n\n*(c) Crist\u00f3bal Sif\u00f3n 2013-2022*\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Custom plotting tools",
"version": "0.6.6",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9039a2fea41ae1e2bcf72bbe7dc342b1",
"sha256": "0b09cce991d3f0f856a023fd1d2479c69fe6be614480fceb5492f4930fcf3320"
},
"downloads": -1,
"filename": "plottery-0.6.6.tar.gz",
"has_sig": false,
"md5_digest": "9039a2fea41ae1e2bcf72bbe7dc342b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28465,
"upload_time": "2022-12-17T13:34:12",
"upload_time_iso_8601": "2022-12-17T13:34:12.463217Z",
"url": "https://files.pythonhosted.org/packages/3c/75/028e148745238c135c42fe0435137fa132161cbe5cdab7611fcf85055f17/plottery-0.6.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-17 13:34:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "cristobal-sifon",
"github_project": "plottery",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "astLib",
"specs": [
[
">=",
"0.09"
]
]
},
{
"name": "astropy",
"specs": [
[
">=",
"4.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.0"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"1.0"
]
]
},
{
"name": "scipy",
"specs": [
[
">=",
"1.0"
]
]
}
],
"lcname": "plottery"
}