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

Fix 'hidden' equation flag being ignored #93

Merged
merged 2 commits into from May 2, 2023
Merged

Fix 'hidden' equation flag being ignored #93

merged 2 commits into from May 2, 2023

Conversation

Nigecat
Copy link
Owner

@Nigecat Nigecat commented May 2, 2023

Fixes the |hidden equation flag being completely ignored.
Using this on an equation will completely hide it (but it can be used if you need to define a function then reference it later without graphing it).
Using it on a point will hide the point (but will not hide an attached label).

```desmos-graph
(4,2)|purple|hidden|LABEL:test
f(x)=x^2|hidden
f'(x)
```

image

Fixes #91

@Nigecat Nigecat added bug-fix A bug fix t:renderer Something affecting the renderer labels May 2, 2023
@Nigecat Nigecat self-assigned this May 2, 2023
@Nigecat Nigecat merged commit dce34c7 into master May 2, 2023
5 checks passed
@Nigecat Nigecat deleted the fix-hidden branch May 2, 2023 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix A bug fix t:renderer Something affecting the renderer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow hiding points
1 participant