Shawn Anderson

Results 48 comments of Shawn Anderson

I forgot to mention. This bug is only with plotly and holoviews backends not with matplotlib.

Additional observation: The solution put forward by @Hoxbro seems to have stopped working for me. However, the solution from @ea42gh is resolving the issue for me. To make it clear...

I'm getting a similar problem in a different situation when trying to compose two bar plots using + operator. ```python --------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/.cache/pypoetry/virtualenvs/alloha-S7RXN1yG-py3.10/lib/python3.10/site-packages/panel/viewable.py:591, in...

> Can you share a [minimal, reproducible example (MRE)](https://stackoverflow.com/help/minimal-reproducible-example)? Yep! Here you go: ```python import pandas as pd import hvplot.pandas import holoviews as hv df = pd.DataFrame([[1,2,3,4,5],[1,2,3,4,5]]) df.hvplot.bar(y=['0','1']).opts(multi_level=False) + df.hvplot.bar(y='0')...

Any update on this? Facing a similar issue with vertical bar.

Sorry nevermind. I was labeling the wrong axis, my mistake, API is working fine.

It would be very helpful to have a functioning tooltip hover on area charts. The question marks are embarrassing when I am showing work to my colleagues.

This is an essential feature for holoviews in my opinion. I do need this feature in my workflow.

There's even a third option called `linked_axis` described here: https://discourse.holoviz.org/t/axiswise-true-does-not-work/1018/2?u=linuxiscool I've been confused by this topic so many times. I would really appreciate some clear documentation.

I really like the brainstorming that is going on in the depths of this repository. It's such an interesting organizational and game theoretical problem: Can people work together on a...