Applied first set of improvements

This commit is contained in:
Marius Drechsler 2024-07-31 18:46:51 +02:00
parent c169ee10e6
commit 1a7677c72f
8 changed files with 69 additions and 62 deletions

View file

@ -14,7 +14,7 @@
x-max: 1,
y-min: 0,
y-max: 1,{
plot.add(((0,0), (0.125, 0.125), (0.25,0.25), (0.375, 0.375),(0.5,0.5), (0.625, 0.625),(0.75,0.75), (0.875, 0.875),(1, 1)), line: "vh", style: line_style)
plot.add(((0,0.125), (0.125, 0.125), (0.25,0.25), (0.375, 0.375),(0.5,0.5), (0.625, 0.625),(0.75,0.75), (0.875, 0.875),(1, 1)), line: "vh", style: line_style)
plot.add-hline(0.125, 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1, style: dashed)
plot.add-vline(0.25, 0.5, 0.75, 1, style: dashed)
})

View file

@ -6,7 +6,7 @@
plot.plot(size: (8,6),
x-tick-step: none,
x-ticks: ((3/16, [3/16]), (7/16, [7/16]), (11/16, [11/16]), (15/16, [15/16])),
y-label: $cal(Q)(2, 2, tilde(x))$,
y-label: $cal(Q)_("m1")(2, 2, tilde(x))$,
x-label: $tilde(x)$,
y-tick-step: none,
y-ticks: ((1/4, [00]), (2/4, [01]), (3/4, [10]), (4/4, [11])),

View file

@ -14,7 +14,7 @@
x-max: 1,
y-min: 0,
y-max: 1,{
plot.add(((0,0), (0.25,0.25), (0.5,0.5), (0.75,0.75), (1, 1)), line: "vh", style: line_style)
plot.add(((0,0.25), (0.25,0.25), (0.5,0.5), (0.75,0.75), (1, 1)), line: "vh", style: line_style)
plot.add-hline(0.25, 0.5, 0.75, 1, style: dashed)
plot.add-vline(0.25, 0.5, 0.75, 1, style: dashed)
})