2

multiplot を使用して、同じグラフに 2 つのデータ系列をプロットしようとしています。2 つのデータ系列をそれぞれ別のパレットでプロットしたいと考えています。これまで私は multiplot で試してきましたが、

set multiplot layout 1,1
#
set palette rgb 21,22,23
splot "S1"    using ($1):($2):($3):($5)  with points pt 7 ps 3 palette notitle, \
      "S1"    using ($1):($2):($3):($5)  with impulses linecolor "black" notitle
#
set palette rgb 23,28,3
splot "S1" using ($1):($2):($3):($5)     with points pt 7 ps 3 palette notitle, \
      "S2" using ($1):($2):($3):($5)     with impulses linecolor "black" notitle
#     
unset multiplot

ただし、X11 端末で 2 つのシリーズを同時に視覚化することはできません。何か案が?

4

0 に答える 0