https://github.com/juliaplots/plots.jl
Powerful convenience for Julia visualizations and data analysis
https://github.com/juliaplots/plots.jl
hacktoberfest julia julia-language plotting visualization
Last synced: about 2 months ago
JSON representation
Powerful convenience for Julia visualizations and data analysis
- Host: GitHub
- URL: https://github.com/juliaplots/plots.jl
- Owner: JuliaPlots
- License: other
- Created: 2015-08-25T13:46:41.000Z (almost 10 years ago)
- Default Branch: v2
- Last Pushed: 2025-05-09T09:04:26.000Z (about 2 months ago)
- Last Synced: 2025-05-10T16:38:59.645Z (about 2 months ago)
- Topics: hacktoberfest, julia, julia-language, plotting, visualization
- Language: Julia
- Homepage: https://docs.juliaplots.org
- Size: 112 MB
- Stars: 1,885
- Watchers: 35
- Forks: 364
- Open Issues: 737
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Citation: CITATION.bib
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# Plots
[gh-ci-img]: https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2
[gh-ci-url]: https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html[gitter-img]: https://badges.gitter.im/tbreloff/Plots.jl.svg
[gitter-url]: https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://docs.juliaplots.org/stable[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://docs.juliaplots.org/dev[![][gh-ci-img]][gh-ci-url]
[![][pkgeval-img]][pkgeval-url]
[](https://julialang.zulipchat.com/#narrow/stream/236493-plots)
[![][docs-stable-img]][docs-stable-url]
[![][docs-dev-img]][docs-dev-url]
[](https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2)
[](https://juliapkgstats.com/pkg/Plots)[](https://doi.org/10.5281/zenodo.4725317)
This is the DOI for all Versions, please follow the link to get the DOI for a specific version.#### Created by Tom Breloff (@tbreloff)
#### Maintained by the [JuliaPlots members](https://github.com/orgs/JuliaPlots/people)
Plots is a plotting API and toolset. My goals with the package are:
- **Powerful**. Do more with less. Complex visualizations become easy.
- **Intuitive**. Stop reading so much documentation. Commands should "just work".
- **Concise**. Less code means fewer mistakes and more efficient development/analysis.
- **Flexible**. Produce your favorite plots from your favorite package, but quicker and simpler.
- **Consistent**. Don't commit to one graphics package, use the same code everywhere.
- **Lightweight**. Very few dependencies.
- **Smart**. Attempts to figure out what you **want** it to do... not just what you **tell** it.