Igor Alshannikov

Results 285 comments of Igor Alshannikov

This is planned, thanx. Related: #785

We so far were not able to make lets-plot available at conda forge. To make a long story short, their docker container fails to install a dependency which is required...

Voting up this issue : https://github.com/conda-forge/staged-recipes/issues/25428 may help.

Simple single axis variation (from [Data-to-Viz](https://www.data-to-viz.com/graph/parallel.html)): ![image](https://github.com/JetBrains/lets-plot/assets/4430922/ac900850-2e44-4f87-ae98-cf0b749883b3) Multiple axis variation: ![image](https://github.com/JetBrains/lets-plot/assets/4430922/adebef2c-0086-4171-b7b2-e7d1043bac98)

I don't see a legend for "angle" because it's just value without any "scale".

Related: https://github.com/JetBrains/lets-plot/issues/990

![image](https://github.com/JetBrains/lets-plot/assets/4430922/5a69fe10-84c1-4bfe-8e42-bfb918fb9813)

See also: [Coding for Economists: waterfall chart](https://aeturrell.github.io/coding-for-economists/vis-common-plots.html#waterfall-chart)

Hi David, for this kind of data you have to use "datetime" scale because it knows that the data values actually are encoded date-time values and takes this in account...