Jean-Luc Stevens
Jean-Luc Stevens
Ah, I missed that. Thanks!
@mattpap That is another good suggestion for people who are more comfortable with mouse interaction than keyboard interaction. I would like to add one other screenshot for reference to illustrate...
Just to note I have reproduced this issue and here the solve error that I see: ``` (analytics) jstevens /tmp/test $ anaconda-project lock Updating locked dependencies for env spec default......
Thanks for the excellent writeup @maximlt! > My opinion is that the packages should have no dependencies at all. > And let it be up to the other packages to...
If automation is too high a bar, then the next best thing is establishing a clear, concrete process that does things correctly. For instance, maybe we should have a standardized...
> But isn't the clear process the Specification section of the HEP? Yes but you also want something concrete as well that integrates well into your release cycle. Checking the...
Good summary of the situation but I don't see how we can come up with yet another (supposedly more unified) API without making the situation worse. Plenty of code exists...
In that example `marker_size` is not something that would ever be supported by `hv.Scatter`. However, this suggestion is something that I think would be entirely appropriate for `hvplot` to handle....
I agree it is a mess but I think all of the approaches you listed have validity. The one approach I like the least is to make intake an extra...
Looks good! Made a few comments and this approach is definitely much more sensible than rescaling the data itself. Once these comments are addressed and a couple of unit tests...