James A. Bednar
James A. Bednar
As of a93a002f (27 August), these two URLs generated similar plots: http://localhost:6582/CENSUS_SYN_PEOPLE?allowStretch=True&latlon=-134.7;21.0;-68.8;47.3 http://localhost:6582/CENSUS_TRACTS?allowStretch=True&latlon=-134.7;21.0;-68.8;47.3 However, in today's version, the plot from the SYN_PEOPLE dataset is no longer stretched. Somehow allowStretch is...
It's not currently easy for a user to select a datetime value in Panel. Current options: - **Datepicker** and **Dateslider**: convenient for selecting a date, but can't select a time...
It would be nice if it were easy for a Panel app to provide browser-based alerts like those in the [nyt-2020-election-scraper](https://alex.github.io/nyt-2020-election-scraper/battleground-state-changes.html) ([github](https://github.com/alex/nyt-2020-election-scraper)). It would presumably need to specify a periodic...
HoloViews 1.14.8 (current release) shows different output depending on the backend: ```python import numpy as np, holoviews as hv hv.extension('bokeh', 'matplotlib') data = [(i, chr(97+j), i*j) for i in range(5)...
When Datashader renders a large dataset, a human being is usually able to see patterns and interesting datapoints that merit further investigation. Unfortunately, the rendered image does not provide any...
Hi! Chartpy looks to have similar goals as [HoloViews](https://holoviews.org) and [hvPlot](https://hvplot.holoviz.org), which also provide a unified API for creating Matplotlib, Bokeh, or Plotly plots. It would be great if Chartpy's...
The docs mention outdated commands like `%loadext`, which should be `hv.extension()` for current hv versions. Should make that change then rebuild the docs to see if anything else is broken.
Right now, if the Convolve operator is put on the output_fn of a pattern, as the size of the kernel pattern tends towards zero, the resulting image becomes more and...
Imagen is on conda -c ioam, but only for linux-64, not e.g. OS X. Can we build a noarch package instead so that it will be supported on all platforms?...
Currently, imagen.image can only be imported if PIL is available, yet it should be possible to use all of its features even without PIL because it can load Numpy .npy...