-
Datavis Tech INC offers interactive data visualization design and implementation, custom software development, training for organizations & one-on-one mentorship.
Custom Software Development & Trai…
-
using a bubble chart to spread candidates around a plane.
-
Update courses page to reflect the current curriculum.
This includes:
- [ ] Remove HPC6
- [ ] Remove HPC3
- [ ] Remove HPC5
- [ ] Remove SWD4
- [ ] Remove SWD5
- [ ] Remove SWD7
- [ ] Include DataVi…
-
Code to accomplish this
```js
function zoomed () {
svg.attr('transform', d3.event.transform)
}
const zoom = d3.zoom().on('zoom', zoomed)
svg.call(zoom)
```
-
**Labels**: code, consistency, documentation
**Priority**: Medium
**Description**:
The notebook uses both pandas plotting and matplotlib for visualization without clearly explaining when and why …
-
I installed everything with:
```
conda create -n emvis python=3.8
conda activate emvis
conda install emvis -c conda-forge -c emforge
pip install datavis
```
I cant start a picker:
```
…
-
implement git-based deployment workflow for ncharts@datavis
- _cf._ https://github.com/ncareol/catalog-maps/blob/develop/doc/DEPLOY.md
- configure repository on `datavis`
- `.git/hooks/post-receive`
…
erikj updated
8 years ago
-
Moving here from https://github.com/wsick/Fayde/issues/241
-
With dimensions (e.g. 700x700) required in the settings, there should be no overflow from that - everything should be contained within. I'm getting text labels overflowing to the left of those dimensi…
-
I'm recently found the is cool Bitergia (http://bitergia.com/) to see as a tool that we can analyze data to evaluate community efforts by getting, providing and analyzing Software Development metrics…