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

Changed the parent prototype class for GeomXspline #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mtorchiano
Copy link

In order to get a similar result as the base graphics xspline function, the base proto class has to be a path and not a line.

In most cases there will be no difference, although in all the cases when the order of the control points has not an increasing x variable the result with a line will be a jittered output (see bug report #64 for details)

Fixes issue #64

In order to get a similar result as the base graphics `xspline` function, the base proto class has to be a path and not a line.

Fixing issue hrbrmstr#34
@mtorchiano
Copy link
Author

The failure is not related to the proposed change there is a general problem in setting up the VM

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.

1 participant