Maxime Liquet

Results 828 comments of Maxime Liquet

The site is available at d143q6f9lgtjhm.cloudfront.net. I've merged the Google docs into one Wiki https://github.com/holoviz/holoviz/wiki/Website-Versioning.

One sizing Matplotlib plots, HoloViews offers the `fig_inches` option for Maplotlib plots so I think this in theory is possible. This is explained in more details in the [Plotting with...

Draft for now as I'd like: - https://github.com/holoviz/param/pull/1016 to be merged - potentially the docstrings MR from @MarcSkovMadsen to be merged to (I'd like to update the docstring of `Parameter`...

Yes, I agree that it sounds like it might be useful. But in practice, it seems like it was never implemented in Param, and no one reported setting `pickle_default_value=False` has...

Thanks for the details. It looks indeed that it's very early stage in terms of adoption: I found this issue (https://github.com/xarray-contrib/xvec/issues/82) on their repo where they're discussion plotting capabilities. I'd...

> The behavior was changed here: #1350 Just to confirm, did you do a `git bisect`? > Found it: https://github.com/holoviz/hvplot/pull/1350/files#diff-994c24099e9daf2dc458d1c4a0cad7381cccb075c5f438509b92fbb3bc3e8021L2132 > > Previously: > > ``` > chart = element(data,...

> Manually bisected :) > > I initially thought my hover_tooltips PR broke it, but was surprised to find it was not the culprit, so I checked out relevant sounding...

Finally managed to spend some time looking into this issue. --- From Bokeh's docs: > Field names that begin with `@` are associated with columns in a `ColumnDataSource`. So `@value`...

> When printing the ndoverlay, the vdim is not a value label.. it's the label of the last element in the ndoverlay I confirm this is fixed, i.e. printing `out`...