Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Mar 21, 2023
1 parent c72f5c8 commit 0259448
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 91 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "visionpy-sc"
version = "0.1.0"
version = "0.2.0"
description = "Signature Analysis and Visualization for Single-Cell RNA-seq"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
155 changes: 65 additions & 90 deletions src/visionpy/static/thirdparty/plotly/plotly.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1088,14 +1088,12 @@
}
function Y(r) {
return (
r
.call(c.font, H)
.attr({
"text-anchor":
{ left: "start", right: "end" }[
e.align
] || "middle",
}),
r.call(c.font, H).attr({
"text-anchor":
{ left: "start", right: "end" }[
e.align
] || "middle",
}),
h.convertToTspans(r, t, W),
r
);
Expand Down Expand Up @@ -28575,12 +28573,10 @@
(O += "-math"),
P.selectAll("svg." + O).remove(),
P.selectAll("g." + O + "-group").remove(),
t
.style("display", null)
.attr({
"data-unformatted": S,
"data-math": "N",
}),
t.style("display", null).attr({
"data-unformatted": S,
"data-math": "N",
}),
E
? ((r && r._promises) || []).push(
new Promise(function (e) {
Expand Down Expand Up @@ -28934,12 +28930,10 @@
o.svg,
"tspan",
);
n
.select(e)
.attr({
class: "line",
dy: u * s + "em",
}),
n.select(e).attr({
class: "line",
dy: u * s + "em",
}),
t.appendChild(e),
(r = e);
var i = l;
Expand Down Expand Up @@ -48354,17 +48348,15 @@
) {
var i = e._plots[r[n]]._scene2d,
a = i.toImage("png");
e._glimages
.append("svg:image")
.attr({
xmlns: o.svg,
"xlink:href": a,
x: 0,
y: 0,
width: "100%",
height: "100%",
preserveAspectRatio: "none",
}),
e._glimages.append("svg:image").attr({
xmlns: o.svg,
"xlink:href": a,
x: 0,
y: 0,
width: "100%",
height: "100%",
preserveAspectRatio: "none",
}),
i.destroy();
}
}),
Expand Down Expand Up @@ -49134,17 +49126,15 @@
o = a.domain,
s = a._scene,
u = s.toImage("png");
e._glimages
.append("svg:image")
.attr({
xmlns: l.svg,
"xlink:href": u,
x: n.l + n.w * o.x[0],
y: n.t + n.h * (1 - o.y[1]),
width: n.w * (o.x[1] - o.x[0]),
height: n.h * (o.y[1] - o.y[0]),
preserveAspectRatio: "none",
}),
e._glimages.append("svg:image").attr({
xmlns: l.svg,
"xlink:href": u,
x: n.l + n.w * o.x[0],
y: n.t + n.h * (1 - o.y[1]),
width: n.w * (o.x[1] - o.x[0]),
height: n.h * (o.y[1] - o.y[0]),
preserveAspectRatio: "none",
}),
s.destroy();
}
}),
Expand Down Expand Up @@ -51536,17 +51526,15 @@
var s = e[r[i]],
h = s.domain,
p = s._subplot.toImage("png");
e._glimages
.append("svg:image")
.attr({
xmlns: l.svg,
"xlink:href": p,
x: n.l + n.w * h.x[0],
y: n.t + n.h * (1 - h.y[1]),
width: n.w * (h.x[1] - h.x[0]),
height: n.h * (h.y[1] - h.y[0]),
preserveAspectRatio: "none",
});
e._glimages.append("svg:image").attr({
xmlns: l.svg,
"xlink:href": p,
x: n.l + n.w * h.x[0],
y: n.t + n.h * (1 - h.y[1]),
width: n.w * (h.x[1] - h.x[0]),
height: n.h * (h.y[1] - h.y[0]),
preserveAspectRatio: "none",
});
var v = u.select(s._subplot.div);
if (
null !==
Expand Down Expand Up @@ -52939,13 +52927,11 @@
.append("div")
.attr("id", "hiddenform")
.style("display", "none"),
i = r
.append("form")
.attr({
action: e + "/external",
method: "post",
target: "_blank",
});
i = r.append("form").attr({
action: e + "/external",
method: "post",
target: "_blank",
});
return (
(i
.append("input")
Expand Down Expand Up @@ -64654,14 +64640,10 @@
? i.identity
: [],
);
d
.enter()
.append("path")
.attr("class", "mean")
.style({
fill: "none",
"vector-effect": "non-scaling-stroke",
}),
d.enter().append("path").attr("class", "mean").style({
fill: "none",
"vector-effect": "non-scaling-stroke",
}),
d.exit().remove(),
d.each(function (t) {
var e = u.c2l(t.pos + f, !0),
Expand Down Expand Up @@ -74178,13 +74160,10 @@
(t._hmlumcount || 0) +
ft * Dt.getLuminance());
var zt = P.selectAll("image").data(e);
zt
.enter()
.append("svg:image")
.attr({
xmlns: d.svg,
preserveAspectRatio: "none",
}),
zt.enter().append("svg:image").attr({
xmlns: d.svg,
preserveAspectRatio: "none",
}),
zt.attr({
height: K,
width: J,
Expand Down Expand Up @@ -77210,12 +77189,10 @@
r.selectAll("image").data([]).exit().remove();
else {
var L = r.selectAll("image").data([e]);
L.enter()
.append("svg:image")
.attr({
xmlns: o.svg,
preserveAspectRatio: "none",
}),
L.enter().append("svg:image").attr({
xmlns: o.svg,
preserveAspectRatio: "none",
}),
L.exit().remove();
var C =
!1 === u.zsmooth ? s.pixelatedStyle : "";
Expand Down Expand Up @@ -85005,15 +84982,13 @@
A = s.rangefont,
M = i.extendDeepNoArrays({}, u, {
color: l.map(
n.scale
.linear()
.domain(
T({
values: l,
range: [f.min, f.max],
_length: s._length,
}),
),
n.scale.linear().domain(
T({
values: l,
range: [f.min, f.max],
_length: s._length,
}),
),
),
blockLineCount: m.blockLineCount,
canvasOverdrag: m.overdrag * m.canvasPixelRatio,
Expand Down

0 comments on commit 0259448

Please sign in to comment.