Heatmaps with padding gaps in Plotly
This post will introduce you to xgap and ygap fields for Plotly Heatmaps. You can set horizontal and vertical gap (in pixels) between the heatmap bricks using these fields. We will create two different...
View ArticleSegmented Funnel charts in Python using Plotly
Funnel Charts are often used to represent data in different stages of a business process. You can learn more about them in our previous post, Funnel charts in Python using Plotly. In this post, we will...
View Article7 Interactive Plots from the Pharmaceutical Industry
Introduction In a recent blog post we introduced 7 Interactive Bioinformatics Plots Made in Python and R. Here I introduced 7 Interactive Plots from the Pharmaceutical Industry using the plotly R...
View ArticleNBA Player Movement using Plotly Animations
If you have been looking for animation support in Plotly, it’s the high time you explore it. In this post, we will recreate a slice of the NBA game between Toronto Raptors and Charlotte Hornets using...
View ArticlePlotcon May 2017 – Speakers and Topics
.border { border-width: 5px; border-color: white; border-style: solid; } Plotcon Oakland, California Plotcon in happening in Oakland California this time around and we have an exciting line up of...
View ArticlePlotly for R workshop at Plotcon 2017
Carson Sievert, the lead developer of the Plotly package for R will be hosting a workshop at https://plotcon.plot.ly/. Here’s an outline of the material he will be covering during the workshop. More...
View ArticleNews and Updates Surrounding plotly for R
The plotly R package will soon release version 4.6.0 which includes new features that are over a year in the making. The NEWS file lists all the new features and changes. This webinar highlights the...
View ArticleBurtin’s Antibiotics visualization in Plotly and R
In this post, we’ll try to re-create Burtin’s antibiotics visualization using Plotly. The post follows Mike Bostock’s original re-creation in Protovis. See here. library(plotly) library(reshape2)...
View ArticlePlotly charts in nteract notebooks using R
nteract is an open-source, desktop-based, interactive computing application similar to Jupyter notebooks. The Plotly R package can now be used within nteract. Visit the links below for information on...
View ArticleCreating interactive SVG tables in R
In this post we will explore how to make SVG tables in R using plotly. The tables are visually appealing and can be modified on the fly using simple drag and drop. Make sure you install the latest...
View Article