Tagged in

Matplotlib

Data Science Canvas
Data Science Canvas
Any random thoughts and notes relevant to data science, machine learning, or data mining :)
More information
Followers
44
Elsewhere
More, on Medium

Way to show colorbar() without calling imshow() or scatter()

Thanks to the info provided here and here, I gonna note it down here for plotting the colorbar in Python Matplotlib without using imshow() or scatter() to make a fake drawing first and clean it off later.