Plotly.js Open-Source Announcement
41–50 of 72 posts
Re: Plotly.js Open-Source Announcement
#42Re: Plotly.js Open-Source Announcement
#43Re: Plotly.js Open-Source Announcement
#44This is great news for Jupyter (IPython) Notebooks: https://plot.ly/python/offline/ It basically provides interactive inline visualizations, making it great for data exploration (without having to send any data to plot.ly) I'm wondering if the success of Continuum (Anaconda) could've influence Plot.ly?
Re: Plotly.js Open-Source Announcement
#45Re: Plotly.js Open-Source Announcement
#46Earlier quoted context omitted.
Does it support dual axis line charts? Didn't see it in examples. It's a must-have for any charts that display multiple metrics over time.
While dual-axis plots can be useful to have, there are some strong arguments from the data visualization community about how they are sub-optimal. https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...
Re: Plotly.js Open-Source Announcement
#47This is great news for Jupyter (IPython) Notebooks: https://plot.ly/python/offline/ It basically provides interactive inline visualizations, making it great for data exploration (without having to send any data to plot.ly) I'm wondering if the success of Continuum (Anaconda) could've influence Plot.ly?
Re: Plotly.js Open-Source Announcement
#48I think the most interesting part of the announcement may actualy be the JSON schema for interactive charts. If broadly adopted this could be a really useful interchange format for charting between environments and languages.
Re: Plotly.js Open-Source Announcement
#49I've used plotly.js the last months (about 3 or 4), the needs of my application are basic: pie chart, bar chart and line chart. I first tried Chart.js, very easy to work with, but some situations make me change to plotly: -The user needed numbers to be outside the pie chart when the space is limited. -The user print the chart so svg is better than canvas for this purpose Plotly has plenty of configuration options and…
joelburgarini I'm one of the maintainers of Chart.js. Version 2 (currently in a beta release, https://github.com/nnnick/Chart.js/tree/v2.0-dev ) supports multiple x or y axes.
Re: Plotly.js Open-Source Announcement
#50Thanks! It's surprising how we still don't have a good open source charting library. I've checked most of them out and Highcharts/FusionCharts blow them out of the water.