-
Hello,
Is double-precision data such as below plotted well with regard to resolution in regl-scatterplot?
```
data = [[1.0, 1.00000000000], [1.0, 1.00000000001], [1.0, 1.00000000002]]
```
-
Hi,
I am running `MicrobeAnnotator` but encountered the following error:
```
---- This is MicrobeAnnotator ----
I will process a total of 1 files. Of these, I will run 1 in parallel with 7 threa…
-
Call: `python bin/tf_analyzer.py -g mm9 -b liver --redo_file_validation`
Error:
```
analyse_main.py: unpacking
unpacking: liver
analysing: ctcf
mode auto: number of components is evaluated (co…
-
Hello,
I made a configuration file for my reference genome and ran cnvpytor which worked really fine,
here is the config code
```
#!/usr/bin/env python
import_reference_genomes = {
…
-
This is going to be a horrible topic, but it has to be done.
Here's a screenshot from the latest demo app color test (`egui_glium`):
![egui-color-space](https://user-images.githubusercontent.com…
-
Allow for more catalog columns to be mapped to marker properties:
- Size of plotting symbol
- Colour of plotting symbol
- Orientation of plotting symbol
Build user interface to set transform b…
-
Pandas has introduced new Float32/Float64 (capitalized) datatypes in Pandas 1.2.0 that are similar to the Int64 datatype introduced a few releases ago that permit the use of the common 'pd.NA' value f…
-
- [ ] If you zoom into the **center heatmap**, the viewport of the **bottom global view** doesn't always update.
- [ ] When you are very zoomed into the **main heatmap**, if you click-drag on the **…
-
Issue Type: Bug
Whenever I exit vscode and come back in, matplotlib doesn't produce any display. Attempting to set the backend elicits a message saying that I am running headless. If I open a VS …
-
Thanks for this great package @robertleeplummerjr, makes it really easy to use WebGL with Leaflet! Much appreciated!
One issue I am struggling with though are line click events. Here is a small jsf…