111.70.1 カラーマップから作る pixmap (pixmap from colormap)

書式:


    set pixmap <index> colormap <name>

Image figure_gradient

pixmaps の他の利用法は、名前付きパレットで記述したグラデーションを保存 することです。これは、長方形領域に対するグラデーション塗りを指定すると いう簡単な方法です。それは、その名前付きパレットに対する別のカラーボッ クスや、さらにグラフ全体の背景、あるいはキャンバス全体を塗るのに使うこ ともできます。


    set palette defined (0 "beige", 1 "light-cyan")
    set colormap new Gradient
    set pixmap 1 colormap Gradient behind
    set pixmap 1 at screen 0,0 size screen 1,1
    plot <something>

竹野茂治@新潟工科大学
2024-02-19