-
Notifications
You must be signed in to change notification settings - Fork 99
Comparison with XPlot wrapper #1
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
Comments
Hi Tomas, For me it is a new experience to share an open source project within the awesome F# community. |
I looked at both XPlot and this library and choose this one primarily due to the usage of strong F# types to handle various options. |
This issue is quite old and I think everything on the topic has been said back then. If a new discussion about comparison with XPlot is of interest, please submit a new issue |
Hello! I found this issue by searching the issues for "xplot". :) I think it would be helpful to add a section to the README that explains not only that this is different from I think that information would be very helpful to clear up any confusion between the two packages! |
I am not sure why an explicit comparison with XPlot is needed, as it is clearly stated what the goal of this library is - providing a .NET API for creating and rendering plotly charts. In that regard, it has far surpassed XPlot both in feature completeness and type safety, as is also stated in XPlot's readme. |
It might however be beneficial to do an "upgrade from XPlot" section for the docs that ports some samples. |
That's exactly what
Isn't that clear from what I pointed out? It isn't necessarily about a direct comparison but simply providing a little bit of clarification of the history of the two projects and why Plotly.NET was created. The originator of this issue, @tpetricek, is one of the OG F# evangelists, and I also pointed out why it's confusing, especially since Plotly.NET has changed names. It shouldn't be surprising that people might get confused between I just think a small blurb in the README or a FAQ could go a long way in providing clarity, especially when it's a new project that is meant to replace an already existing project or library that basically does the same thing. The fact that XPlot put it in their README corroborates that. It's just a suggestion. :) |
I just came across this library thanks to Sergey's F# weekly - it's great to see more work happening on a nice lightweight wrapper for Plotly! With the stand-alone open source release, Plotly seems to be the way to go for HTML charting these days.
Given that there is also the XPlot Plotly wrapper, so I was curious what are the main differences between the two? (Are the APIs very different? Are there some things that XPlot does not handle well?)
The text was updated successfully, but these errors were encountered: