Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit a472953

Browse files
authored
Merge pull request #717 from JuliaPlots/pv/scatter3
add default plottype to three vectors
2 parents e4c23b7 + b543085 commit a472953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ plottype(::Type{Any}, argvalues...) = plottype(argvalues...)
555555
plottype(P::Type{<: Combined{T}}, argvalues...) where T = P
556556

557557
## specialized definitions for types
558+
plottype(::AbstractVector, ::AbstractVector, ::AbstractVector) = Scatter
558559
plottype(::AbstractVector, ::AbstractVector) = Scatter
559560
plottype(::AbstractVector) = Scatter
560561
plottype(::AbstractMatrix{<: Real}) = Heatmap

0 commit comments

Comments
 (0)