data-visualisation
Here are 450 public repositories matching this topic...
-
Updated
Jun 3, 2021 - JavaScript
An implementation of the Grammar of Graphics in R
-
Updated
Aug 12, 2021 - R
A site that displays up to date COVID-19 stats, powered by fastpages.
-
Updated
Aug 15, 2021 - Jupyter Notebook
Additional themes, scales, and geoms for ggplot2
-
Updated
Mar 16, 2021 - R
-
Updated
Aug 21, 2019 - R
Tidy data structures, summaries, and visualisations for missing data
-
Updated
Aug 11, 2021 - R
View flow data as Sankey diagrams
-
Updated
Jun 22, 2021 - Python
A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
-
Updated
Jul 14, 2021 - Java
Hi all,
This is nitpicking given that so much awesome work has been done in this repository, but here are some notes on grammar, as well as some suggestions on style:
In Manipulating, analyzing and exporting data with tidyverse:
Grammar
| Line | Original | Suggestion |
|---|---|---|
| 42 |
A powerful open source data warehouse system
-
Updated
Aug 12, 2021 - Java
In many node editor, the connections between nodes are mostly curves rather than straight lines
Visually, this can achieve better results. Can you consider using Bezier curves, etc. instead of the current straight line connection?
There are some examples:
The GeoDataViz Toolkit is a set of resources that will help you communicate your data effectively through the design of compelling visuals. In this repository we are sharing resources, assets and other useful links.
-
Updated
Apr 20, 2021
Hello, I would like to know if there is already any method developed to match the flight_ids obtained from So6 to ADS-B files. I’m trying to use the assign_id method for both files but it seems to be assigned differnent new flight-ids for SO6 and ADS-B same flights.
Thank you.
Machine learning fundamentals lesson in interactive notebooks
-
Updated
Mar 30, 2021 - Jupyter Notebook
-
Updated
Apr 15, 2021 - HTML
-
Updated
Apr 17, 2020 - CoffeeScript
The links on the Setup page could be improved to meet web accessibility standards. People using screen readers may navigate a page by links, so the link descriptions should be meaningful, and "here" should be avoided. (See WebAIM: Links and Hypertext.)
For example, the line "
Dear Community,
There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the code boxes is written "We can see that the $Color and $State columns are factors and $Speed is a numeric column", but the box shows that the $Color column is a vector of strings.
Regards,
Rodolfo
Data visualisation using OpenStreetMap objects
-
Updated
May 21, 2021 - R
Teaching feedback
- I felt like
nuniquewas arbitrarily (re)introduced when it was necessary. It wouldn't be top-of-mind for students solving problems. - The lesson answers need to be adjacent to the exercises.
- I like the pre-introduction of masks and then circling back around to explain them.
- I feel like Part 4 needs to be broken up and integrated across other lessons: it felt thin on its own.
- Horizo
I have helped in a few courses run based on the Gapminder material, and in common with Issue #528, getting to the correct directory and accessing the files is a common source of grief. My suggestion would be:
- put in material in Episode 1 covering working directories in Python, and
- remove the
A lightweight JavaScript library for creating interactive maps and pretty data visualization.
-
Updated
Aug 5, 2021 - JavaScript
Currently all of the metrics computed are independent of a target variable or column, but if lens.summarise took the name of a column as the target variable, the output of some metrics could be more interpretable even if the target variable is not used in any kind of predictive modelling.
A good example of this could be PCA (see #14), which could plot the different categories of the target va
Data visualisation addon for Blender
-
Updated
Aug 23, 2020 - Python
Service to expose Grib2 wind forecast data as JSON
-
Updated
Nov 2, 2019 - JavaScript
In episode _episodes_rmd/12-time-series-raster.Rmd
There is a big chunk of code that can probably be made to look nicer via dplyr:
# Plot RGB data for Julian day 133
RGB_133 <- stack("data/NEON-DS-Landsat-NDVI/HARV/2011/RGB/133_HARV_landRGB.tif")
RGB_133_df <- raster::as.data.frame(RGB_133, xy = TRUE)
quantiles = c(0.02, 0.98)
r <- quantile(RGB_133_df$X133_HARV_landRGB.1, q
The discussion of data types and data structures in "Vectors and data types" could be clarified. Perhaps even defining these terms before using them would help. Also note that the first sentence of the section reads "A vector is the most common and basic data type in R, and is pretty much the workhorse of R." perhaps this should be changed to "basic data structure"
A D3 module for making grids of icons
-
Updated
Jul 17, 2021 - JavaScript
Improve this page
Add a description, image, and links to the data-visualisation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-visualisation topic, visit your repo's landing page and select "manage topics."



Currently the polling_interval is only used as an initial configuration and can not be dynamically changed.
The following is a discourse link where I have asked the question whether this is a supported feature.
https://discourse.bokeh.org/t/dynamically-changing-bokeh-ajaxdatasource-polling-interval/7737