Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カラーバーを5色に分けて欲しいのですが。1つの色は0から20まで、別の色は40まで、というように100まで続きます。
私がこれまでに行ったことは次のとおりです。
set palette maxcolors 5
ただし、これはカラーバーの各色の境界を設定しません
提案はありますか?
境界を手動で設定することを避けるために、正しい軌道に乗っています。カラーバーの範囲を設定すると役立つ場合があります。
set cbrange [0:100]
そうすれば、プロットされるデータ/関数によって制限が決定される代わりに、パレットが 0 から 100 の間の 5 色に分割されます。