-
We can calculate the approximate aspect of each segment of a run as we have elevation data. Need to decide the best way to display this information, also a single run might have multiple aspects in va…
-
### Description
Polars currently is the best dataframe experience for batch processing, it would be worth considering whether it'd be possible to support stream processing.
Some prior literature…
-
SERPENT allows detectors to be defined against cylindrical (r, theta, z) meshes, as well as Cartesian. We should support a simple plot routine for this as well. We may have to refactor our `meshPlot` …
-
Hi,
I stumbled upon this and can't figure out what is happening
```julia
julia> using Plots
julia> pgfplots()
Plots.PGFPlotsBackend()
julia> plot([1, 2, 3, 4], [1000.0, 1000.0, 1000.0, 9…
-
## Feature description
We have axes that override formatting (Time), that override the transforms (Logarithmic), that override the Tick and Label placement (Category), and all these features are di…
-
Write methods that lets you say `plot(tbl, keyCol)` and have it plot its contents as timeseries, scatter plots, and so on.
Right now you have to say:
```
plot(C.Key, [C.A2 C.A3 C.B2 C.B3])
xl…
-
### Problem description
It'd be nice if pandas was an optional dependency with polars as an alternative engine. It has the benefit of being faster than pandas for almost everything and it also would …
-
Excellent!
- Great that you include options to select and deselect all for the dropdown menus.
- Appealing overall styling to make you app stand out.
- Nice touch with the loading message.
- …
-
First of all: Many thanks for this great package. So far I simply didn't have the time to deal with `GRUtils` intensively.
I have now tried to use `GRUtils` completely as a replacement for `jlgr`. …
-
## Overview
As discussed briefly in https://github.com/ioam/holoviews/pull/3194 with @philippjfr , this is an issue to catalog some of the ways that the plotly backend could be enhanced by taking adv…