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

look for a way to handle NaN or infinite results in graphs #435

Closed
HansJoergSchmidt opened this issue Sep 1, 2016 · 1 comment
Closed

Comments

@HansJoergSchmidt
Copy link

Hi,

I'm trying to use your libary to plot function Graphs using the line graph object.
This works quite well, but Fails in case of singularities ... f(x) = 1/x. So far I work around this by analying and calculating pole Points to split the graph into separate series. See example...
But by allowing for a parametric plot the effort for this is very high and would make my routines very slow.

In Microsofts MS Chart component I can handle this by Setting "empty" Points within a series. This stops line Graphs from plotting and let's it follow up with the next valid data Point.

I was desperatly looking for similar, but haven't found it in graphview.
Is there a simple way to accomplish this?

example

Kind regards,
your Fan Hans Joerg.

@jjoe64
Copy link
Owner

jjoe64 commented Nov 14, 2016

you can do this as soon as i implement incomplete data via NaN or null values see #442

@jjoe64 jjoe64 closed this as completed Nov 14, 2016
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

2 participants