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

Feature suggestion: support specifying range of axis in Chart3DFactory.createSurfaceChart() #1

Open
wumo opened this issue Nov 24, 2017 · 0 comments

Comments

@wumo
Copy link

wumo commented Nov 24, 2017

When using the Chart3DFactory.createSurfaceChart() to create a Chart3D, the argument Function3D will be called before the valid range is set to axis, which will lead to errors.

One solution is requiring the Function3D to check its domain and return Double.NaN when check fails.

Another solution is writing the whole boilerplate code of constructing Chart3D where you can specify the range to the axis.

The best solution will be adding the support of specifying range of Axis in Chart3DFactory.createSurfaceChart()

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

No branches or pull requests

1 participant