iT邦幫忙

DAY 12
0

蠻可愛的資料庫與資料處理系列 第 12

Gnuplot繪圖 使用對數座標

  • 分享至 

  • xImage
  •  

Gnuplot 可以使用對數座標.

範例如下:

set term pngcairo font "SetoFont"
set output "p1012a.png"
set xlabel "X"
set ylabel "Y"
set title "函數 3^x"
set xrange [0.1:20]
plot 3**x lw 2

會產生如下圖形:

變更輸出檔案名稱.
設定Y軸為對數型態.

set output "p1012b.png"
set logscale y
plot 3**x lw 2

Y軸已變更.


上一篇
Gnuplot 箭頭範例
下一篇
Gnuplot 3D繪圖
系列文
蠻可愛的資料庫與資料處理30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言