Skip to content Skip to sidebar Skip to footer
Showing posts with the label Data Visualization

Color Network Graph Node Lines On Click In Bokeh, Python

Using the following code with Bokeh server, I am currently able to color a selected node in my netw… Read more Color Network Graph Node Lines On Click In Bokeh, Python

Multicolored Line With Strings Linecolllection

I'm using linecollection from matplotlib in order to create multi colored line similar to this … Read more Multicolored Line With Strings Linecolllection

Cannot Plot Histogram On Ubuntu 14.04

I'm using Python 2.7 and Bokeh 0.12.4 on Ubuntu 14.04. I have a data frame like so: ms… Read more Cannot Plot Histogram On Ubuntu 14.04

Bokeh Figure Doesn't Show

I am new to python. I tried the example given in here http://docs.bokeh.org/en/latest/docs/gallery/… Read more Bokeh Figure Doesn't Show

Heatmap Based On Ratios In Python's Seaborn

I have data in Cartesian coordinates. To each Cartesian coordinate there is also binary variable. I… Read more Heatmap Based On Ratios In Python's Seaborn

Gantt Chart From Dictionary With Lists Of Discrete Non-contiguous Dates As Values

I'm trying to build a Gantt chart in Python (indifferent to package used... perhaps Plotly?) wh… Read more Gantt Chart From Dictionary With Lists Of Discrete Non-contiguous Dates As Values

Stacked Text In A Stacked Bar Chart Using Altair Mark_text

I'm trying to use mark_text to create a stacked text in a stacked bar chart. I would like to la… Read more Stacked Text In A Stacked Bar Chart Using Altair Mark_text

How To Plot Several Line Charts In One Figure (overlay/groupby)

I would like to illustrate the change in one variable for several persons in my data over time. I h… Read more How To Plot Several Line Charts In One Figure (overlay/groupby)

How To Plot A Vertical Section Of The Atmosphere Along With The Topography Using The Iris Module?

I have a netcdf with wind speed at model levels. On the same netcdf I have the altitude of each mod… Read more How To Plot A Vertical Section Of The Atmosphere Along With The Topography Using The Iris Module?

Altair: Layered Line Chart With Legend And Custom Colors

I'm creating a layered line chart with 2 lines in Altair, each with a custom color. I want to a… Read more Altair: Layered Line Chart With Legend And Custom Colors

Matplotlib : Quiver And Imshow Superimposed, How Can I Set Two Colorbars?

I have a figure that consists of an image displayed by imshow(), a contour and a vector field set b… Read more Matplotlib : Quiver And Imshow Superimposed, How Can I Set Two Colorbars?

Adding Legend To A Radarchart In Python

I want to create a radarchart with legends for every plot that is created but until now it has been… Read more Adding Legend To A Radarchart In Python

Color Scale By Rows In Seaborn Heatmap

I would like to make heatmap in Seaborn where color is scaled by rows. I mean that the highest valu… Read more Color Scale By Rows In Seaborn Heatmap

Plot Time Series With Colorbar In Pandas + Matplotlib

I'm trying to plot a colorbar below this chart, where the color depends on when each of the tim… Read more Plot Time Series With Colorbar In Pandas + Matplotlib

Circular Barplot In Python With Percentage Labels

I am a newbie to python and have little experience in R. I have a data frame with gut_list and per… Read more Circular Barplot In Python With Percentage Labels

Replicating Microsoft Excel's Data Bar Gradient Conditional Formatting Using Python / Pandas

Is there a Python package or library which allows data to be visualised in a similar way to the dat… Read more Replicating Microsoft Excel's Data Bar Gradient Conditional Formatting Using Python / Pandas

Only Show Hover Tooltip For One Glyph In Python Bokeh

I want to have my hovertool, showing only when I hover above the diamonds. As you will see my plot … Read more Only Show Hover Tooltip For One Glyph In Python Bokeh

Creating A Boxplot Facetgrid In Seaborn For Python

I'm trying to create a 4x4 FacetGrid in seaborn for 4 boxplots, each of which is split into 3 b… Read more Creating A Boxplot Facetgrid In Seaborn For Python

Heatmap Based On Ratios In Python's Seaborn

I have data in Cartesian coordinates. To each Cartesian coordinate there is also binary variable. I… Read more Heatmap Based On Ratios In Python's Seaborn

Python: How To Add A Secondary X Axis For A Single Trace?

I have a DataFrame (see 'Test Data' section below) and I would like to add a secondary x ax… Read more Python: How To Add A Secondary X Axis For A Single Trace?