-
Hi,
I would like to do some data visualization using krangl and lets-plot. I tried to get the [example](https://nbviewer.org/github/holgerbrandl/krangl/blob/master/examples/jupyter/sleep_patterns.i…
-
Dashboard not showing complete data
**To Reproduce**
1. Go to 'Dashboard'
2. Add table visualization for your table
3. Select the data and saved it in dashboard, When you have hug data to…
-
### What problem does this feature solve?
## Goal
The goal of this feature proposal is to enhance the chart annotation functionality in Apache ECharts, a powerful and versatile charting library. By …
-
**User Story**
As an `interested party` I want to `collect and display daily active use and the value of operations within the BitShares Platform` so that I may `make proper comparisons to other indu…
-
Below is the code to produce the following plot for synch data
```
library(reshape2)
library(ggplot2)
library(Rmisc)
library(RMySQL)
library(dplyr)
#get data from db
source(file.path(Sys.ge…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
### Question
我训练完之后的模型,使用inference脚本进行推理,并且结果进行可视化,我使用的以下命令,但是它仅仅创建了文件夹,里边没有可视化结果,请问这个是什么原因,我在调试过程中发现他并没有进入到可视化语句中。
python inference.py --image-dir Salience-DETR/coco/testdata --model-config Salienc…
-
Dear,
We are looking into how freyja performs plotting on specific lineage (--lineages) on the visualization. We have plot our samples and the visualization display majorities of the lineages were…
-
* Upload to gitlab right from TabSINT.
* We will have a default and open site where the results can go to, but users can enter their repo details and credentials and upload it there right from TabSIN…
-
Two parts in the first section of the ggplot tutorial don't work as presented.
First of all, the specified column "humidty" does not appear to exist:
`> ggplot(weather, aes(x=humidity, y = temp)) + …