miguelriemoliveira / OptimizationUtils

A set of utilities for using the python scipy optimizer functions
GNU General Public License v3.0
6 stars 0 forks source link

Color palette isn't good for distinguishing point clouds next to each other #31

Closed tiagomfmadeira closed 5 years ago

tiagomfmadeira commented 5 years ago

Upon some research found that possibly the most suitable colormaps are the qualitative colormaps.

From this selection I picked "tab10". There's a limited number of colors and as such they must be cycled.

tiagomfmadeira commented 5 years ago

This is the result: MeetingRoom1_optimized00

miguelriemoliveira commented 5 years ago

I like it. Better than before.

miguelriemoliveira commented 5 years ago

This is solvved right?

tiagomfmadeira commented 5 years ago

Yes