Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for Vec #695

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Add recipe for Vec #695

merged 2 commits into from
Jan 20, 2024

Conversation

eliascarv
Copy link
Member

@eliascarv eliascarv commented Jan 19, 2024

Examples:

vs = [Vec(x, y) for x in 1:5 for y in 1:5]
viz(vs, color=1:25)

image

vs = vs = [Vec(x, y, z) for x in 1:3 for y in 1:3 for z in 1:3]
viz(vs, color=1:27)

image

closes JuliaEarth/GeoStats.jl#381

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (6113b49) 90.17% compared to head (632f348) 89.85%.

Files Patch % Lines
ext/vector.jl 0.00% 11 Missing ⚠️
ext/fallbacks.jl 0.00% 4 Missing ⚠️
ext/MeshesMakieExt.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
- Coverage   90.17%   89.85%   -0.33%     
==========================================
  Files         158      159       +1     
  Lines        4470     4486      +16     
==========================================
  Hits         4031     4031              
- Misses        439      455      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@juliohm juliohm merged commit d5bab36 into master Jan 20, 2024
7 of 9 checks passed
@juliohm juliohm deleted the vec-recipe branch January 20, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add viz recipe for Vec and Ray
2 participants