datashader
Here are 38 public repositories matching this topic...
Add Hydrology Tools
Add bgcolor argument
As far as I can tell, the Pandas .plot() API does not have a way to change the background color without dropping down to matplotlib. hvPlot appears to inherit this the same limitation. We can of course do .opts(bgcolor='black'), but I've found that in many examples that's the only use of .opts I have to resort to
-
Updated
Aug 11, 2020 - Jupyter Notebook
-
Updated
Nov 13, 2017 - Jupyter Notebook
-
Updated
May 26, 2020 - Jupyter Notebook
-
Updated
Mar 27, 2022 - Jupyter Notebook
-
Updated
Dec 18, 2017 - Jupyter Notebook
-
Updated
Apr 8, 2022 - Python
As seen with gumdropsteve/turbo-telegram@3e2f3b3, the data for the first half of 2016 can be downloaded & preprocessed just like that of 2015. Is there any other data in the effective range? I.e. is pre-2015 data recorded the same?
If so, let's add it.
-
Updated
Nov 11, 2018 - Jupyter Notebook
-
Updated
Dec 20, 2019 - Python
-
Updated
Apr 21, 2022 - Python
-
Updated
Apr 12, 2022
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Sep 24, 2021 - Jupyter Notebook
-
Updated
Jan 1, 2022 - JavaScript
-
Updated
Feb 19, 2018 - Jupyter Notebook
-
Updated
Aug 19, 2017 - Jupyter Notebook
-
Updated
Oct 19, 2019 - Jupyter Notebook
-
Updated
May 1, 2019 - Jupyter Notebook
-
Updated
Aug 8, 2017 - Jupyter Notebook
-
Updated
Oct 26, 2021 - Jupyter Notebook
-
Updated
Nov 21, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the datashader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datashader topic, visit your repo's landing page and select "manage topics."
During a recent Dask tutorial someone asked "Can Datashader run on Dask?" and I was pleased.
It would be good to have an easy-to-run example that was advertised Datashader from Dask resources. Often we do this in examples.dask.org . Is there an example that makes sense to deploy there?