Skip to content

Commit ecbc718

Browse files
committed
add gnuplot logo
1 parent 52f83dc commit ecbc718

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 2 additions & 0 deletions
Loading

terminal/tools/visualization/gnuplot/self.org

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#+TITLE: gnuplot
22
#+DATE: <2024-12-27 vie>
33

4+
#+CAPTION: gnuplot's logo
5+
#+ATTR_ORG: :width 250
6+
#+ATTR_HTML: :width 250 :style background: black
7+
[[./gnuplot.svg]]
8+
49
|--------+-------------------------------------------------------|
510
| home | http://gnuplot.info/ |
611
| faq | http://gnuplot.info/faq/index.html |
@@ -86,7 +91,7 @@
8691

8792
*** plot
8893

89-
#+begin_src gnuplot
94+
#+begin_src
9095
[re]plot [XRANGE] [YRANGE] INPUT [PLOT_A OPTS],
9196
[XRANGE] [YRANGE] INPUT [PLOT_B OPTS]
9297
#+end_src
@@ -153,7 +158,7 @@
153158
**** Example output
154159

155160
#+begin_src
156-
gnuplot> fit f(x) "<awk -vOFS=, '/EZEIZA/{ print $1,$2,$3 }' registro_temperatura365d_smn.txt" using 3:2 via a,b
161+
gnuplot> fit f(x) "file.txt" using 3:2 via a,b
157162
iter chisq delta/lim lambda a b
158163
0 4.3014300000e+04 0.00e+00 9.71e+00 1.000000e+00 1.000000e+00
159164
1 7.0509078061e+03 -5.10e+05 9.71e-01 1.315008e+00 6.153986e+00

0 commit comments

Comments
 (0)