mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 21:15:07 +08:00
changed colormap to jet
This commit is contained in:
@@ -19,7 +19,7 @@ edges_rgb = color.gray2rgb(edges)
|
||||
g = graph.rag_boundary(labels, edges)
|
||||
|
||||
out = graph.draw_rag(labels, g, edges_rgb, node_color="#ffff00",
|
||||
colormap='plasma')
|
||||
colormap='jet')
|
||||
|
||||
io.imshow(out)
|
||||
io.show()
|
||||
|
||||
Reference in New Issue
Block a user