Hi, I am plottin some data and my tics on y scale are accting quite weird. I've used commnad set logscale y set ytics 1e-8,1e-5,1e-2,0,100,1e5,1e8 but it didn't affect the plot at all. Anyone can help me please?
Oh yeah, tahnak you. I am quite new to this and I just copied the commnad behind the other. Your comment helped me to fix it.
Oh yeah, tahnak you. I am quite new to this and I just copied the commnad behind the other. Your comment helped me to fix it.
Hi, I've been trying to make a graph with fit function using yerrors and it is not working. I think tajt the fit is ok because everything goes all right until I add the f(x) to plot. Can anyone tell me where the misstake is? Thank you! the code is here: clear reset set border 1 set yzeroaxis set title "zavislost kapacity na plose" set xlabel "plocha desky" set ylabel "kapacita" E=0.00001 set terminal eps size 1200,1200 font "Times-New-Roman,25" set output 'kond.eps' set terminal png size 1200,1200...