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

Enable Setting of Domain for X & Y Parametric Plots #166

Merged
merged 5 commits into from
Jul 21, 2024

Conversation

mark-fitzgerald
Copy link
Collaborator

There are times when a user may want to restrict a plot via a set of domain parameters. The current <Parametric> component already limits the plot to whatever fits within the bounds of the graph. By adding an optional domain property to the OfX and OfY versions of the <Parametric> component, we can use those values when determining the domain (formerly t) of the plot.

As part of this expansion of the domain property, we are deprecating the t property in the <Parametric> component and replacing it with domain. The functionality is the same, but the property name better conveys its purpose.

Add 'domain' property to <Plot.OfX> and <Plot.OfY> so that users can apply their own limits to the plots.
Copy link

vercel bot commented Jun 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mafs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2024 1:35am

@stevenpetryk stevenpetryk merged commit 1762b62 into main Jul 21, 2024
6 of 8 checks passed
@stevenpetryk stevenpetryk deleted the enable-setting-of-domain-for-x-and-y-parametric branch July 21, 2024 01:36
@stevenpetryk
Copy link
Owner

Published as v0.19.0 :) Sorry for the delay, much travel.

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.

2 participants