You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I am looking for a library to plot line charts but I need discontinuity feature in it. Like if I want to plot tan(x) using this library, can you please suggest how can I do that?
The text was updated successfully, but these errors were encountered:
well, the library can't right now, but definitely you can modify the code to do it. The reason it's not supported officially is because it's kind of complicated when thinking about filling rect features.
You can supply whatever dataset you want. If you want to plot complicated functions - you might want to use some kind of bar chart (like the candle chart), or subclass it.
Hey,
I am looking for a library to plot line charts but I need discontinuity feature in it. Like if I want to plot tan(x) using this library, can you please suggest how can I do that?
The text was updated successfully, but these errors were encountered: