Skip to content
Snippets Groups Projects

Resolve "Design of the structure section in a system's page"

Merged Remi PLANEL requested to merge matrix-pdock into dev
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -128,12 +128,12 @@ const computedPDocksMatrixPlotOptions = computed(() => {
marginBottom,
grid: true,
x: { axis: "top", label: "Proteins", tickRotate: 45 },
y: { label: "Proteins" },
x: { axis: "top", label: "Protein on x", tickRotate: 45 },
y: { label: "Proteins on y" },
legend: { label: matrix[0] },
color: { scheme: "plasma", legend: true, reverse: true, domain: [0, 1] },
marks: [
Plot.frame(),
// Plot.frame(),
Plot.cell(toValue(matrix[1]), {
x: (d) => d.protX,
y: (d) => d.protY,
Loading