Symlog scale line plot?

Is it possible to produce symmetric log scale in Holoviews as in matplotlib? Naively it seems that using the options “symmetric = True” and “logy = True” for a hvplot.line should allow this, along with passing a “linthreshy” argument.