-
### Problem
When using `interact` with several figures, output is typically cleared when the first change arrives, and so you can "see it drawing as it goes". Here's a simple snippet:
```
from ma…
-
The preprocessing of flow cytometry data essentially builds on thresholding for FSC, SSC, live-dead staining and the Singlet gate. A simple implementation of gating (e.g. rectangles and lines) would f…
-
_Searched for "Run cells in section", had filed as https://github.com/microsoft/vscode-jupyter/issues/15501, maybe it belongs here._
The new ["Run cells in section" feature](https://cod…
-
This is more of a reminder than an issue I hope to see fixed soon. When I run a code that involved plotting and saving hundreds or thousands of matplotlib figures, Spyder causes a memory leak. In spit…
-
Hello,
the workflow ran almost through to the end. But the following Error occurred:
Error in rule diffexp_datavzrd:
jobid: 41
input: results/datavzrd/diffexp/model_X.yaml, results/ta…
-
```
using Plots
inspectdr()
# gr()
function testPlot()
P1 = plot(Plots.fakedata(50,5))
P2 = plot(Plots.fakedata(50,5))
plot(P1, P2, layout=(2,1), size=(1200,600))
gui()
end
```
Instea…
-
From a python script, running in the reticulate REPL:
```
import pandas as pd
import matplotlib.pyplot as plt
df = pd.DataFrame([1.0,2.0,3.0,4.0,5.0], [1.0,2.0,3.0,4.0,5.0])
# fails if I ca…
-
1) We do not plan for our final project to be an extension of our mid-semester project. Instead, we want to explore an Amherst-related topic by performing text analysis on articles published by The St…
-
I've started compiling a list of all the useful plots I could think of with examples and whether it is available in PandasGUI:
https://docs.google.com/spreadsheets/d/1ORw1GWTent5NJmIf23Co7EPTBBjNy…
-
### Describe the workflow you want to enable
GridSearch result are hard to analyze expecially when `param_grid` is very large.
The current documentation show usages of:
- [matrix_plot/pivot](ht…