#
visual-analysis
Here are 26 public repositories matching this topic...
domoritz
commented
May 2, 2020
- Improve navigation so that axes appear right before the data
- Improve navigation so that titles for facets appear before the axis
- Remove the faceted variable from tooltips. For example in https://vega.github.io/vega-lite/examples/trellis_bar.html, we don't need to repeat "female" since it's the same value for the whole subview.
Visually Explore the Stanford Question Answering Dataset
-
Updated
Jun 29, 2020 - JavaScript
knackjax
commented
Jan 3, 2019
documentation says that there is an autoResize option (link below)... however when using it, it doesn't seem to resize automatically. Adding autosize options along with it does not seem to work either. Is there something I am doing wrong?
<vega-lite :data="data" :mark="mark" :encoding="encoding" :autosize="{type:'pad', contains:'padding', resize:true}" autoResize/>
Pair Trading View - .NET application for visual analysis of synthetic financial instruments based on statistical models.
finance
trading
stock-market
pairs
visual-analysis
shares
stocks
investment
statistical-models
pairs-trading
synthetic-financial-instruments
-
Updated
Mar 28, 2020 - C#
Investigating the Effect of the Multiple Comparison Problem in Visual Analysis, CHI 2018
-
Updated
Feb 6, 2018 - Python
How well do buses stick to schedules? We answered this question by visualizing a bus fare dataset.
-
Updated
Dec 29, 2019 - HTML
thinkh
commented
Sep 10, 2018
- Release number or git hash: Caleydo/lineup_app@8fb3c96 equal to current develop branch at be45acfa8cb0471f654890842b6034a941141559 with lineupjs@^4.0.0-alpha.2
- Web browser version and OS: Chrome 69-beta
Steps to reproduce
- Open https://taggle.caleydoapp.org/#soccer
- Switch to overview mode
- Scroll the ranking up
LineUp Library for Visual Analysis of Multi-Attribute Rankings
react
visualization
javascript
typescript
react-component
table
visualisation
ranking
visual-analysis
lineup
visual-analytics
-
Updated
Jun 15, 2020 - TypeScript
Official repository has moved to: https://git.sr.ht/~cedric/IP-Link
-
Updated
Oct 25, 2019 - Python
A framework for interactive visual analysis of ensemble simulation ocean forecasts.
-
Updated
Aug 12, 2019 - Objective-C++
Front-end web per la visualizzazione di dati bibliometrici
visualization
frontend-web
data-visualization
vega
vega-lite
visual-analysis
vega-embed
politecnico-di-torino
-
Updated
Nov 18, 2019 - JavaScript
A New Interactive Approach to Learning Data Analysis
python
data
clustering
linear-regression
exploratory-data-analysis
visual-analysis
data-analysis
logistic-regression
feature-engineering
visualizations
hypothesis-testing
pandas-profiling
bivariate-analysis
kolmogorov-smirnov-tests
univariate-analysis
-
Updated
Jun 16, 2020 - Jupyter Notebook
LineUp Library for Visual Analysis of Multi-Attribute Rankings @sgratzl
visualization
javascript
vuejs
typescript
vue
table
visualisation
vue-components
ranking
visual-analysis
lineup
visual-analytics
-
Updated
Jun 15, 2020 - Vue
A tree visualisation library for p5.js
visualization
processing
p5
infovis
information-visualization
treemap
visual-analysis
sunburst-chart
tree-structure
p5js
visual-analytics
treeview
sunburst
sunburst-visualisation
p5-library
-
Updated
Jun 19, 2020 - JavaScript
Create and design a map, consisted of a goal, a starting point and various obstacles, and then visually analyze different algorithms as they try to find the best path from source to goal.
algorithm
simulation
astar-algorithm
visual-analysis
breadth-first-search
hill-climbing-search
depth-first-search
iterative-deepening-search
algo-analysis
-
Updated
Nov 7, 2019 - Java
LineUp Library for Visual Analysis of Multi-Attribute Rankings
visualization
javascript
angular
typescript
table
visualisation
ranking
visual-analysis
lineup
visual-analytics
angular6
-
Updated
Dec 22, 2018 - TypeScript
Herramienta para la obtención y visualización de datos de revisiones de código.
-
Updated
May 22, 2020 - TypeScript
-
Updated
Jun 6, 2019 - JavaScript
CrowdSPIRE: Crowdsourced based StarSPIRE
-
Updated
Sep 1, 2017 - JavaScript
Panasonic SA-AK28 display
javascript
svg
canvas
js
display
svg-animations
audio-analysis
visual-analysis
svg-source
svg-sprites
paperjs
audio-analyzer
panasonic
-
Updated
Dec 10, 2016 - JavaScript
Visual Artwork Analysis and Collection Tool
-
Updated
Nov 30, 2018 - PHP
-
Updated
Aug 21, 2017
Classroom Occupancy Project — The Next Frontier!
-
Updated
Jan 13, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the visual-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visual-analysis topic, visit your repo's landing page and select "manage topics."
We have a minor documentation conflict where the
:class:~yellowbrick.regressor.residuals.PredictionError
directive in our documentation is not able to resolve the link to the API documentation. The issue is that we have theyellowbrick.regressor.residuals
automodule
in bothpeplot.rst
and inresiduals.rst
so the documentation doesn't know which one to link to. The solutions that I can se