ハッチング
    Top > Python > 描画 > グラフ
    Hatching pattern ハッチパターン
    Hatch pattern can be one of [ / \ - | + x o O . * ]. Hatch becomes finer if these marks were repeated as 'xxx'. ハッチパターンとして指定可能な値は [ / \ - | + x o O . * ] の十種. いずれの要素も,複数連ねることで細かくすることが出来る.'xxx'のように書いても良いし,'x'*3でも良い.
    Hatch 2D-map
    2次元マップに図柄を入れる
    matplotlib.pyplot.contourf 分割は位置を指定しない場合自動で行われ,分割数がhatchesで与えたリストの要素数より多い場合はハッチパターンがサイクルする.
    Hatch shapes
    図形に図柄を入れる
    matplotlib.pyplot.fill
    References
    matplotlib.patches.Patch — Matplotlib 3.3.1 documentation + https://matplotlib.org/3.3.1/api/_as_gen/matplotlib.patches.Patch.html#matplotlib.patches.Patch.set_hatch Contourf Hatching — Matplotlib 3.1.2 documentation + https://matplotlib.org/3.1.1/gallery/images_contours_and_fields/contourf_hatching.html matplotlib.patches.Polygon — Matplotlib 3.3.1 documentation + https://matplotlib.org/3.3.1/api/_as_gen/matplotlib.patches.Polygon.html#matplotlib.patches.Polygon Hatch Demo — Matplotlib 3.1.2 documentation + https://matplotlib.org/3.1.1/gallery/shapes_and_collections/hatch_demo.html#sphx-glr-gallery-shapes-and-collections-hatch-demo-py matplotlib: 棒グラフでハッチパターンを使う - Wizard Notes + https://www.wizard-notes.com/entry/python/matplotlib-hatch-pattern