Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/powtex_proto_new-ea…
Browse files Browse the repository at this point in the history
…sy-app' into powtex_proto_new-easy-app
  • Loading branch information
koshchii committed Apr 11, 2024
2 parents 85d5bb4 + 7f979d4 commit c648dc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,7 @@
size: 5,
showscale: true,
colorbar: {title: {text: 'Counts'}},
colorscale: [
['0.0', 'white'],
['0.25', 'blue'],
['0.5', 'purple'],
['0.75', 'orange'],
['1.0', 'red'],
],
colorscale: 'Portland',
},
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,7 @@
size: 2,
showscale: true,
colorbar: {x: 1, y:0.45, len: 1, title: {text: 'Counts'}},
colorscale: [
['0.0', 'white'],
['0.25', 'blue'],
['0.5', 'purple'],
['0.75', 'orange'],
['1.0', 'red'],
],
colorscale: 'Portland',
},
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
showscale: true,
colorbar: {title: {text: 'Counts'}},
colorscale: [
['0.0', 'white'],
['0.25', 'blue'],
['0.5', 'purple'],
['0.75', 'orange'],
['1.0', 'red'],
['0.0', 'white'],
['0.25', 'blue'],
['0.5', 'purple'],
['0.75', 'orange'],
['1.0', 'red'],
],
},
}
Expand Down

0 comments on commit c648dc3

Please sign in to comment.