LoginSignup
1
0

More than 5 years have passed since last update.

matplotlib の色一覧を出すワンライナー

Posted at
python -c 'import matplotlib ; print matplotlib.colors.cnames' | perl -F, -lane 'print for @F' | head
{'indigo': '#4B0082'
 'gold': '#FFD700'
 'hotpink': '#FF69B4'
 'firebrick': '#B22222'
 'indianred': '#CD5C5C'
 'yellow': '#FFFF00'
 'mistyrose': '#FFE4E1'
 'darkolivegreen': '#556B2F'
 'olive': '#808000'
 'darkseagreen': '#8FBC8F'
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0