Tomasz Konopka

Results 10 issues of Tomasz Konopka

Proposes a new package `@nivo/boxplot` Addresses discussions in #849 and #1948 ## Motivation Boxplots summarize distributions and are especially useful to compare two or more groups of measurements. Boxplots consist...

pinned
new chart type
boxplot

Addresses #2023 Adds new capabilities to the `@nivo/legends` package Includes adjustments to several other nivo packages ## Motivation The existing legends package creates basic legends, but lacks capabilities such as...

stale

**Is your feature request related to a problem? Please describe.** The `@nivo/legends` package creates basic legends, but they cannot be customized to the same extent as the dots/bars/lines in the...

stale

Addresses #1219, #884 (partially) ### Summary - migrated `@nivo/core` to typescript - moved `@nivo/recompose` from `packages` to `deprecated`. - merged `@nivo/tooltip` into `@nivo/core`. They had mutual peer dependencies, and I...

pinned

Addresses #1962 Also provides custom legend labels and toggling visibility of series via the legend ## Background Issue #1962 describes a scatterplot with multiple series. An attempt to create a...

:mag: legends
scatterplot
pinned

Addresses themes raised in #1939 and #1992 Adds features to the swarmplot: - support for log scales along the value axis - support for legends ## Example ![2022-06-03-swarmplot-legends](https://user-images.githubusercontent.com/7260190/171846222-8256d05e-0c4a-48b1-9a81-d83162b3e629.png) ## Implementation...

:mag: legends
:triangular_ruler: axes
:bee: swarmplot
pinned

Addresses #942 ## Background Issue #942 reports unexpected behavior in the sunburst chart. When the data contains an element that should produce an extremely small arc, that arc can instead...

:cake: pie
:sun_with_face: sunburst
:beetle: bug fix
pinned

**Describe the bug** Running `make test` creates untracked files in the repository root, which is unexpected. ``` .coverage data.pickle test_hap1.vcf test_hap2.vcf test_ref.fasta ``` **Logging** NA **Environment (if you do not...

bug

This addresses issue #18. It fixes problems rendering reference sequences with lowercase characters. The fix comes in two parts. First is an expansion of the `COLOR` dictionary to associate hex...

Thanks for this useful tool. Straightforward to use. Some fasta files contain lowercase characters (e.g. 'a' instead of 'A') and these characters cause the rendering to stop. The errors are...