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

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

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 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

What Is The Right Way To Change The Color Of A Tooltip In Bokeh Python?

Objective: To learn how to change the background color of Bokeh tooltip in Python. Below is the cod… Read more What Is The Right Way To Change The Color Of A Tooltip In Bokeh Python?

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?

Specifying Colors For Multiple Lines On Plot Using Matplotlib And Pandas

Pandas dataframe groupby plot I have a similar dataframe to the one in the above question, but it h… Read more Specifying Colors For Multiple Lines On Plot Using Matplotlib And Pandas

Plotting A 2d Matrix In Python, Code And Most Useful Visualization

I have a very large matrix(10x55678) in 'numpy' matrix format. the rows of this matrix corr… Read more Plotting A 2d Matrix In Python, Code And Most Useful Visualization

Weight Visualization Of 3d Convolutional Kernel

I am using 3d kernel of size 3x3x3 for the convoution layer and would like to plot the weights of … Read more Weight Visualization Of 3d Convolutional Kernel