killcoder

Results 3 issues of killcoder

Panel full circle gauges have overlapping end ticks as evident on the following discourse [topic](https://discourse.holoviz.org/t/overlapping-end-ticks-on-full-circle-panel-gauges/7390). Echarts example [clock](https://echarts.apache.org/examples/en/editor.html?c=gauge-clock) has a function to remove the final tick. But I’m not sure...

Using UV to manage python (3.13) & python packages, the following warning is thrown for streamz ``` .venv\Lib\site-packages\streamz\plugins.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package...

Hvplot padding cannot handle categorical data as per discourse [topic](https://discourse.holoviz.org/t/y-axis-padding/8984). The discourse suggested ylim solution does work in the MRE, however in my own plots the y axis lims are...