作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有 4 点想使用 gnuplot 绘制,但要使用线条。问题是,我找不到如何在绘制的线上突出显示这 4 个点。我希望情节是通过这些点的一条线,但这些点也有明确的标记。安 example由excel生成。我所知道的是要么只画点,要么只画一条没有高亮点的线。在 gnuplot 中可以组合吗?
最佳答案
来自 gnuplot docs , 定义样式为:
set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 5 ps 1.5 # blue
set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 7 ps 1.5 # red
...
plot ... w lp ls 1 # Use line style 1
lc - linecolor
lt - linetype
lw - linewidth
pt - pointtype
ps - pointsize
w - with
lp - linespoints
ls - linestyle
plot ... w lp lc rgb 'cyan' lw 2 pt 5
关于plot - 带有线条时的 gnuplot 突出显示点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30976310/
有没有一种方法可以“标记”对象的属性,使它们在反射中“突出”? 例如: class A { int aa, b; string s1, s2; public int AA
我是一名优秀的程序员,十分优秀!