plot

    -3熱度

    3回答

    我有兩列100個.txt文件。文件名是file0,file1,file2,...,file99。我想在一張圖中繪製所有這些圖。我如何在gnuplot或python或matlab或C中執行此操作?

    -1熱度

    1回答

    我試圖在R中添加一個圖例,並在其中包含數學表達式。 我試圖通過下面的代碼 表達式(paste(「Prior」,beta [3]%in%,「(-0.1 0.1)」))在(LaTeX表示法) 但它不起作用。有什麼建議麼?

    -1熱度

    1回答

    我想在X軸上繪製點[8,16,32,64,128,512],並在Y軸上繪製這些點的相應值。我已經完成了以下操作,但是儘管我已經指定了X軸併爲其選擇了柱面值,但我沒有看到在X軸上顯示的數字[8,16,32,64,128,512]。

    1熱度

    1回答

    如何控制prettyplotlib條形圖條的順序? 從prettyplotlib==0.1.7 使用標準ppl.bar我能得到一個條形圖這樣: %matplotlib inline import numpy as np import prettyplotlib as ppl import matplotlib.pyplot as plt fig, ax = plt.subplots(1)

    0熱度

    1回答

    爲什麼註釋prettyplotlib barchat和x軸標籤偏離中心? 使用prettyplotlib==0.1.7 如果我們創建與由第二參數所限定的x軸的正常條形圖中,標籤是公中心的條上: %matplotlib inline import numpy as np import prettyplotlib as ppl import matplotlib.pyplot as plt

    2熱度

    1回答

    我想繪製一系列點,一個平面和與該平面的交點,使用gnuplot。爲了做到這一點,我創建了以下gnuplot的腳本: set title 'Homogeneous field with plane intersection' set xlabel 'x' set ylabel 'y' set zlabel 'z' set parametric splot 'points.txt' with

    0熱度

    1回答

    我有從時間幀02.01.2007-30.12.2016,它由兩個率和這些精確率的差以下數據集: head(risk_free_rate_comparison) Dates ` Swap rate` `Sovereign bond yield rate` `Swap rate - Sovereign bond yield rate` <dttm> <dbl> <dbl>

    0熱度

    2回答

    age <- rnorm(100, 0:100) freq <- rnorm(100, 0:1) char1<-stringi::stri_rand_strings(100, length = 1, pattern = "[abc]") char2<-stringi::stri_rand_strings(100, length = 1, pattern = "[def]") char3<-

    1熱度

    1回答

    以下是我嘗試使用ggplot2創建熱圖。 #DATA set.seed(42) df1 = data.frame(ID = paste0("I", 1:40), group = rep(c("Dry", "Rain"), each = 20), subgroup = rep(paste0("S", 1:4), each = 10), setNam

    0熱度

    1回答

    我有以下gnuplot的腳本,它不產生一個輸出 set encoding utf8 set termoption enhanced y(x) = 20 * log10(1/((1/694) * x)) set log x set xrange [1:10] set xlabel "{/Symbol w} 1/s" set yrange [-150:150] set ylabel