Skip to content

Commit

Permalink
Merge branch 'master' into breaking-0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Apr 26, 2024
2 parents 5f06b2c + d02c233 commit b7060f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[![Build Status](https://github.com/MakieOrg/Makie.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/MakieOrg/Makie.jl/actions/workflows/ci.yml?query=branch%3Amaster)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/MakieOrg/Makie.jl/blob/main/LICENSE)
[![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Makie&label=Downloads)](https://pkgs.genieframework.com?packages=Makie)
[![Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FMakie&query=total_requests&suffix=%2Fmonth&label=Downloads)](http://juliapkgstats.com/pkg/Makie)

[![JOSS][joss-img]][joss-url]

Expand Down
3 changes: 2 additions & 1 deletion src/basic_recipes/arc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ from `start_angle` to `stop_angle`.
Examples:
`arc(Point2f(0), 1, 0.0, π)`
`arc(Point2f(1, 2), 0.3. π, -π)`
`arc(Point2f(1, 2), 0.3, π, -π)`
"""
@recipe Arc origin radius start_angle stop_angle begin
MakieCore.documented_attributes(Lines)...
Expand Down

0 comments on commit b7060f6

Please sign in to comment.