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 dependency on RecipesBase #183

Merged
merged 2 commits into from
Mar 28, 2022
Merged

Add dependency on RecipesBase #183

merged 2 commits into from
Mar 28, 2022

Conversation

hyrodium
Copy link
Owner

This PR fixes #180.

using StaticArrays
using BasicBSpline
using Plots

pts = [SVector(0, 0), SVector(1, 1), SVector(2, -1), SVector(3, 0), SVector(4, -2), SVector(5, 1)]
p = 3
k = KnotVector(0:3)+p*KnotVector(0,3)
P = BSplineSpace{p}(k)
M = BSplineManifold(pts, (P,))
plot(M)

image

@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #183 (5bf5c43) into master (7c4d679) will decrease coverage by 0.99%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
- Coverage   98.50%   97.50%   -1.00%     
==========================================
  Files          14       15       +1     
  Lines        1073     1084      +11     
==========================================
  Hits         1057     1057              
- Misses         16       27      +11     
Impacted Files Coverage Δ
src/_PlotRecipes.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c4d679...5bf5c43. Read the comment docs.

@hyrodium hyrodium merged commit 97dc484 into master Mar 28, 2022
@hyrodium hyrodium deleted the feature/RecipesBase branch March 29, 2022 11:08
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 dependency on RecipesBase
1 participant