Skip to content

marcuskd/bokcolmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bokcolmaps

Colour map plots based on the Bokeh visualisation library


Get started with:

import numpy
from bokcolmaps.plot_colourmap import plot_colourmap
data = numpy.random.rand(3, 4, 5)
plot_colourmap(data)

or see bokcolmaps.Examples.plot_colourmap_example

About

Colour map plots based on the Bokeh visualisation library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages