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

Constant 2D functions are not rendered #292

Open
jzy3d opened this issue Jul 25, 2022 · 0 comments
Open

Constant 2D functions are not rendered #292

jzy3d opened this issue Jul 25, 2022 · 0 comments
Labels
Projects
Milestone

Comments

@jzy3d
Copy link
Owner

jzy3d commented Jul 25, 2022

Constant (flat) functions do not render :

Func2D fExp = new Func2D(x->1D);

shows an empty window

Functions with very high minimum or maximum values are not displayed.

Func2D fExp = new Func2D(x->1-(1/3D)*Math.exp(-2*x));
Range xRange = new Range(-10,10);

shows an empty window

but

Func2D fExp = new Func2D(x->1-(1/3D)*Math.exp(-2*x));
Range xRange = new Range(-5,10);

shows

image

@jzy3d jzy3d added the bug label Jul 25, 2022
@jzy3d jzy3d added this to the 2.2.0 milestone Jul 25, 2022
@jzy3d jzy3d modified the milestones: 2.2.0, 2.3.0 Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Jzy3D
Awaiting triage
Development

No branches or pull requests

1 participant