Skip to content

Commit

Permalink
Make ScatterLines a PointBased plot (#3603)
Browse files Browse the repository at this point in the history
* Make ScatterLines a PointBased plot

* Update NEWS.md
  • Loading branch information
asinghvi17 authored Feb 6, 2024
1 parent 3ffd5ac commit 5532358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# News

## master

- Gave the `scatterlines` recipe a `PointBased` conversion trait (previously not defined) [#3603](https://github.com/MakieOrg/Makie.jl/pull/3603)

## 0.20.7

- Equalized alignment point of mirrored ticks to that of normal ticks [#3598](https://github.com/MakieOrg/Makie.jl/pull/3598).
Expand Down
2 changes: 2 additions & 0 deletions src/basic_recipes/scatterlines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ $(ATTRIBUTES)
)
end

conversion_trait(::Type{<: ScatterLines}) = PointBased()


function plot!(p::Plot{scatterlines, <:NTuple{N, Any}}) where N

Expand Down

0 comments on commit 5532358

Please sign in to comment.