Skip to content

Commit 2dd8b66

Browse files
authored
fix README and license (#5212)
1 parent 7ae3b74 commit 2dd8b66

File tree

8 files changed

+81
-68
lines changed

8 files changed

+81
-68
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.
File renamed without changes.

Plots/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Plots
2+
[![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](
3+
https://docs.juliaplots.org/stable/
4+
)
5+
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](
6+
https://docs.juliaplots.org/dev
7+
)
8+
<br>
9+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
10+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
11+
)
12+
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg)](
13+
https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
14+
)
15+
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](
16+
https://julialang.zulipchat.com/#narrow/stream/236493-plots
17+
)
18+
<br>
19+
[![Codecov](https://codecov.io/gh/JuliaPlots/Plots.jl/branch/v2/graph/badge.svg)](
20+
https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2
21+
)
22+
[![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)](
23+
https://juliapkgstats.com/pkg/Plots
24+
)
25+
26+
#### Created by Tom Breloff (@tbreloff)
27+
28+
#### Maintained by the [JuliaPlots members](https://github.com/orgs/JuliaPlots/people)
29+
30+
Plots is a plotting API and toolset.
31+
32+
The goals of the package are:
33+
- **Powerful**: do more with less, complex visualizations become easy.
34+
- **Intuitive**: stop reading so much documentation, commands should "just work".
35+
- **Concise**: less code means fewer mistakes and more efficient development/analysis.
36+
- **Flexible**: produce your favorite plots from your favorite package, but quicker and simpler.
37+
- **Consistent**: don't commit to one graphics package, use the same code everywhere.
38+
- **Smart**: attempts to figure out what you **want** it to do ... not just what you **tell** it.

PlotsBase/LICENSE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The PlotsBase.jl package is licensed under the MIT "Expat" License:
2+
3+
> Permission is hereby granted, free of charge, to any person obtaining
4+
> a copy of this software and associated documentation files (the
5+
> "Software"), to deal in the Software without restriction, including
6+
> without limitation the rights to use, copy, modify, merge, publish,
7+
> distribute, sublicense, and/or sell copies of the Software, and to
8+
> permit persons to whom the Software is furnished to do so, subject to
9+
> the following conditions:
10+
>
11+
> The above copyright notice and this permission notice shall be
12+
> included in all copies or substantial portions of the Software.
13+
>
14+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

PlotsBase/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# PlotsBase
2+
3+
[![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](
4+
https://docs.juliaplots.org/stable/
5+
)
6+
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](
7+
https://docs.juliaplots.org/dev
8+
)
9+
<br>
10+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
11+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
12+
)
13+
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg)](
14+
https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
15+
)
16+
[![Codecov](https://codecov.io/gh/JuliaPlots/Plots.jl/branch/v2/graph/badge.svg)](
17+
https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2
18+
)
19+
20+
All the `Plots` components excluding the default backend, such that : `Plots``PlotsBase` + `GR`.

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<img src="https://opencollective.com/webpack/donate/button@2x.png?color=blue" width=200 />
33
</a>
44

5-
# Plots
5+
# Plots monorepo
6+
67
[![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](
78
https://docs.juliaplots.org/stable/
89
)
@@ -30,16 +31,4 @@
3031
This is the DOI for all Versions, please follow the link to get the DOI for a specific version:<br>
3132
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4725317.svg)](https://doi.org/10.5281/zenodo.4725317)
3233

33-
#### Created by Tom Breloff (@tbreloff)
34-
35-
#### Maintained by the [JuliaPlots members](https://github.com/orgs/JuliaPlots/people)
36-
37-
Plots is a plotting API and toolset.
38-
39-
The goals of the package are:
40-
- **Powerful**: do more with less, complex visualizations become easy.
41-
- **Intuitive**: stop reading so much documentation, commands should "just work".
42-
- **Concise**: less code means fewer mistakes and more efficient development/analysis.
43-
- **Flexible**: produce your favorite plots from your favorite package, but quicker and simpler.
44-
- **Consistent**: don't commit to one graphics package, use the same code everywhere.
45-
- **Smart**: attempts to figure out what you **want** it to do ... not just what you **tell** it.
34+
This is the `Plots.jl` [monorepo](https://en.wikipedia.org/wiki/Monorepo) hosting the julia package `Plots`, its dependencies/subpackages : `RecipesBase`, `RecipesPipeline`, `PlotsBase`, and tools built on tops of `Plots` such as `GraphRecipes` and `StatsPlots`.

benchmark/Project.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

benchmark/benchmarks.jl

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)