タグ

2021年9月9日のブックマーク (2件)

  • matplotlibのめっちゃまとめ - Qiita

    0. はじめに やりたいことがあるたびにいちいちGoogleや公式サイトで検索してそれっぽいのを探すのはもう面倒だ。 やっとそれっぽいのを見つけたのに、一行で済むようなことを「plt.なんちゃら」だの「set_なんちゃら」をたくさん並べましたなんてブログはもはや検索妨害だ。 Qiitaにすら僕のためのいい感じのまとめがないなんて…… よく考えたら自分が普段使うようなメソッドなんて限られているじゃないか。 もう自分でまとめるわ。自分のために。 というわけでインポート。 ちなみにmplは6.4.と6.5.でしか使わない。 1. 図(Figure)の作成 matplotlibの描き方は、まず台紙となるFigureをつくり、そこに付箋Axesを貼り、その付箋にプロットしていくというのが僕の中のイメージ。 したがってまず台紙を作る。これにはplt.figure()を用いる。plt.subplots(

    matplotlibのめっちゃまとめ - Qiita
    takuver4
    takuver4 2021/09/09
    大変勉強になりました。特に 4.1 が。
  • Two new color spaces for color picking - Okhsv and Okhsl

    Okhsv and Okhsl Two new color spaces for color picking This post has an accompanying interactive comparison of color pickers. I would recommend checking out the interactive demo first, then return if you are interested in the background and technical details. Picking colors is a common operation in many applications and over the years color pickers have become fairly standardized. Ubiquitous today

    takuver4
    takuver4 2021/09/09
    後で読もう