Philipp Rudiger

Results 1207 comments of Philipp Rudiger

Should be fixable by renaming projected column names, e.g. by appending the projection name.

I'll consider this as a bug, this should definitely be handled.

I've had a quick go at implementing a VectorField project operation that takes into account the angle in #296. Do you think you could give that a try?

>On a slightly more general note, I must admit I am not super happy with using magnitude and angle instead of u,v for the VectorField plot. Absolutely agree with this,...

Yes, it was probably written before Panel existed.

@Daniel-Trung-Nguyen Could you report the versions of Bokeh, HoloViews, Panel and hvPlot that you have?

Honestly I don't know how matplotlib does this since when you index with `df[col]` the times are dropped. I'm guessing it just divides the day by the number of entries...

Alternatively it simply uses the sequential index and uses the index to label the axes.

I'd be quite happy to add option 1 and 3, that said I'm hoping we can find a better name for both.

For now you use reset_index to add the index to the regular columns.