Shawn Anderson

Results 48 comments of Shawn Anderson

Anyone looking into this? It would be very convenient to be able to use the row and col keywords in hvplot. Currently they are just broken.

Hi @ddobrinskiy. I am interested in interoperability between nbdev and poetry. Do you think this is possible with what you are proposing? Thanks!

This would be very helpful to synchronize MarkdownPreview with GitHub markdown rendering.

Anyone know where in the code to begin attempting to add this feature?

It's not clear in this thread if the functionality has been implemented or what the api will look like. Is there a roadmap to enable a `required` argument to `Parameter`...

Here is a working example of the above. I would like the legend to match the order of the columns, rather than being strictly alphabetical. Any hints would be appreciated....

I've tried all of the following: ```python import numpy as np import pandas as pd import hvplot.pandas data = pd.DataFrame(np.exp(np.random.randn(100,3)/10),columns=['C', 'B', 'A']).cumprod() chart = data.hvplot.area(clabel=['C','B','A']) chart.redim.values(Variable=['C','B','A']) chart.redim.values(Baseline=['C','B','A']) chart.redim.values(value=['C','B','A']) chart ```

Anyone have any idea on how to address this?

It's seriously really amazing.

Hi is this a bug in the library? Again, I'm trying to use constants and edit_constant but am having this bug with the library.