Antonio Piccolboni
Antonio Piccolboni
Potentially related to #56. I have prettify on save on and autosave-on-change on with a delay of 1s. I just like to keep my json formatted and saved all the...
in some cases it causes extreme overlapping of data points. Assumes special meaning of 0 (think of temps, does 0 have any special meaning?). But it is the vega-lite default.
The case of a single y value for each x (a finite function) has not been treated in any specific way. A scatter plot or stripplot will be used whether...
related to #7, add a line plot. Potential features are overlapping band (like a conf interval, but could be anything)
Codeclimate analysis complains about API functions with large number of arguments (4 max is recommended, I think API has often 7-10 args per function). This is mitigated by most arguments...
The original goal was to accept data in both forms, seamlessly. Not sure much of that happened. Since officially altair likes the long form, the idea was to convert the...
Right now altair_recipes is using a constant chroma/lightness palette (a hue only palette or HOP), which combines with opacity to show both a variable value as well the number of...