44
55# Plots
66
7- [ gh-ci-img ] : https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2
8- [ gh-ci-url ] : https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
9-
10- [ pkgeval-img ] : https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg
11- [ pkgeval-url ] : https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
12-
13- [ gitter-img ] : https://badges.gitter.im/tbreloff/Plots.jl.svg
14- [ gitter-url ] : https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
15-
16- [ docs-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
17- [ docs-stable-url ] : https://docs.juliaplots.org/stable
18-
19- [ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
20- [ docs-dev-url ] : https://docs.juliaplots.org/dev
21-
22- [ ![ ] [ gh-ci-img ]] [ gh-ci-url ]
23- [ ![ ] [ pkgeval-img ]] [ pkgeval-url ]
24- [ ![ project chat] ( https://img.shields.io/badge/zulip-join_chat-brightgreen.svg )] ( https://julialang.zulipchat.com/#narrow/stream/236493-plots )
25- [ ![ ] [ docs-stable-img ]] [ docs-stable-url ]
26- [ ![ ] [ docs-dev-img ]] [ docs-dev-url ]
27- [ ![ Codecov] ( https://codecov.io/gh/JuliaPlots/Plots.jl/branch/v2/graph/badge.svg )] ( https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2 )
28- [ ![ Plots Downloads] ( https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FPlots&query=total_requests&suffix=%2Fmonth&label=Downloads )] ( https://juliapkgstats.com/pkg/Plots )
7+ [ ![ CI] ( https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2 )] (
8+ https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
9+ )
10+ [ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg )] (
11+ https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
12+ )
13+ [ ![ project chat] ( https://img.shields.io/badge/zulip-join_chat-brightgreen.svg )] (
14+ https://julialang.zulipchat.com/#narrow/stream/236493-plots
15+ )
16+ [ ![ Docs stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] (
17+ https://docs.juliaplots.org/stable/
18+ )
19+ [ ![ Docs dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] (
20+ https://docs.juliaplots.org/dev
21+ )
22+ [ ![ Codecov] ( https://codecov.io/gh/JuliaPlots/Plots.jl/branch/v2/graph/badge.svg )] (
23+ https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2
24+ )
25+ [ ![ Plots DL] ( https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FPlots&query=total_requests&suffix=%2Fmonth&label=Downloads )] (
26+ https://juliapkgstats.com/pkg/Plots
27+ )
2928
3029[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.4725317.svg )] ( https://doi.org/10.5281/zenodo.4725317 )
3130This is the DOI for all Versions, please follow the link to get the DOI for a specific version.
@@ -34,12 +33,12 @@ This is the DOI for all Versions, please follow the link to get the DOI for a sp
3433
3534#### Maintained by the [ JuliaPlots members] ( https://github.com/orgs/JuliaPlots/people )
3635
37- Plots is a plotting API and toolset. My goals with the package are:
36+ Plots is a plotting API and toolset.
3837
39- - ** Powerful ** . Do more with less. Complex visualizations become easy.
40- - ** Intuitive ** . Stop reading so much documentation. Commands should "just work" .
41- - ** Concise ** . Less code means fewer mistakes and more efficient development/analysis .
42- - ** Flexible ** . Produce your favorite plots from your favorite package, but quicker and simpler .
43- - ** Consistent ** . Don't commit to one graphics package, use the same code everywhere .
44- - ** Lightweight ** . Very few dependencies .
45- - ** Smart** . Attempts to figure out what you ** want** it to do... not just what you ** tell** it.
38+ The goals of the package are:
39+ - ** Powerful ** : do more with less, omplex visualizations become easy .
40+ - ** Intuitive ** : stop reading so much documentation, commands should "just work" .
41+ - ** Concise ** : less code means fewer mistakes and more efficient development/analysis .
42+ - ** Flexible ** : produce your favorite plots from your favorite package, but quicker and simpler .
43+ - ** Consistent ** : don't commit to one graphics package, use the same code everywhere .
44+ - ** Smart** : attempts to figure out what you ** want** it to do ... not just what you ** tell** it.
0 commit comments