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

How Export A Jupyter Notebook To Html From The Command Line?

I'm writing test visualization program based on test results. I want to run jupyter notebook v… Read more How Export A Jupyter Notebook To Html From The Command Line?

Changing The Linewidth And The Color Simultaneously In Matplotlib

The figure above is a great artwork showing the wind speed, wind direction and temperature simultan… Read more Changing The Linewidth And The Color Simultaneously In Matplotlib

Apply Matplotlib Or Custom Colormap To Opencv Image

OpenCV has a limited amount of color maps. MatplotLib has many more color maps, but it is not strai… Read more Apply Matplotlib Or Custom Colormap To Opencv Image

How To Force Matplotlib To Display Only Whole Numbers On The Y Axis

The data I am visualising only makes sense if it is whole numbers. I.e. 0.2 of a record doesn'… Read more How To Force Matplotlib To Display Only Whole Numbers On The Y Axis

Bokeh Widget Slicing Data

I am trying to create a plot using bokeh to visualize my data on IPython Notebook. I want to add so… Read more Bokeh Widget Slicing Data

How To Create A Heat-map With Multiple Colormaps?

As illustrated below, I am looking for an easy way to combine two or more heat-maps into one, i.e.,… Read more How To Create A Heat-map With Multiple Colormaps?

How To Change Colormap In Joypy Plot?

I have a dataframe which looks like this: Team Minute Type 148 12 1 148 22 … Read more How To Change Colormap In Joypy Plot?

How To Visualize Rnn/lstm Weights In Keras/tensorflow?

I've come across research publications and Q&A's discussing a need for inspecting RNN w… Read more How To Visualize Rnn/lstm Weights In Keras/tensorflow?