Is this the end?
This commit is contained in:
parent
b8a0ee46f5
commit
90c6d75db4
24 changed files with 8191 additions and 4584 deletions
|
|
@ -26,8 +26,8 @@
|
|||
plot.plot(size: (10,5),
|
||||
x-tick-step: none,
|
||||
x-ticks: ((0.04, [2]),(2, [100])),
|
||||
y-label: $"Bit error rate"$,
|
||||
x-label: $s$,
|
||||
y-label: $op("BER")(S, 2^2)$,
|
||||
x-label: $S$,
|
||||
y-tick-step: 1,
|
||||
x-max: 2,
|
||||
//y-ticks : (
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
plot.plot(
|
||||
y-label: "Bit error rate",
|
||||
x-label: "Enrollment, reconstruction temperature",
|
||||
legend: "legend.north",
|
||||
legend-style: (offset: (2.25, 0), stroke: none),
|
||||
x-tick-step: none,
|
||||
x-ticks: conf,
|
||||
y-format: formatter,
|
||||
|
|
@ -39,9 +41,11 @@
|
|||
|
||||
plot.plot(
|
||||
y2-label: "Temperature difference",
|
||||
legend: "legend.north",
|
||||
legend-style: (offset: (-2.25, 0), stroke: none),
|
||||
y2-tick-step: 10,
|
||||
axis-style: "scientific-auto",
|
||||
size: (16,6),
|
||||
plot.add(diff, axes: ("x1","y2")),
|
||||
plot.add(diff, axes: ("x1","y2"), label: [Temperature difference]),
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue