mirror of
https://github.com/vale981/neutrino_oscillations
synced 2025-03-04 17:21:39 -05:00
tweak line thickness and round step
This commit is contained in:
parent
cc733bdcea
commit
6324430a53
1 changed files with 4 additions and 1 deletions
5
index.js
5
index.js
|
@ -273,11 +273,14 @@ function plot_propagation(neutrino_data) {
|
|||
|
||||
const pmns_matrix = pmns(t12, t23, t13);
|
||||
|
||||
const dL = ((L_max) / 1000);
|
||||
const dL = math.round((L_max) / 1000, 6);
|
||||
console.log( dL );
|
||||
|
||||
const lengths = math.range(0, L_max, dL);
|
||||
|
||||
const common_options = {
|
||||
pointRadius: 0,
|
||||
borderWidth: 1,
|
||||
};
|
||||
|
||||
const datasets = [
|
||||
|
|
Loading…
Add table
Reference in a new issue