Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Apr 2, 2020
1 parent 230dd9b commit d06c477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ end
Linear3(x::AbstractVector{A}, y::AbstractVector{B}, z::AbstractVector{C}; kwargs...) where {A<:Real, B<:Real, C<:Real} = Linear3(hcat(x, y, z)'; kwargs...)

const THRESHOLD_NSAMPLES_DISC_OURSELVES = 1000 # if we have more samples than this we discretize ourselves

function _construct_histogram_linear_data(
data::Vector{Q},
binedges::Vector{R},
Expand Down

2 comments on commit d06c477

@mykelk
Copy link
Member Author

@mykelk mykelk commented on d06c477 Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/11980

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.2.1 -m "<description of version>" d06c4772cd3ccc524af3f0375dcfa88e36dd0dbc
git push origin v3.2.1

Please sign in to comment.