qztseng
qztseng
Protocol Info, Device: Reciva http-get:*:audio/L16:DLNA.ORG_PN=LPCM,http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,http-get:*:audio/mpegurl:*,http-get:*:audio/x-ms-wma:*,http-get:*:audio/L16:*,http-get:*:audio/mpeg:*,http-get:*:audio/*:* ---------- ~~~~~~~~~~~~~~~ ConnectionIds, Device: Reciva ---------- On Fri, Aug 26, 2022 at 9:17 PM Alex Ballas ***@***.***> wrote: > @qztseng would it be possible to...
Could you share your code where the data exploded ? My first intuition would be to change this part: ``` y1 = temp.loc[overlap_start:end_d].iloc[:,0].values.max() y2 = df.loc[overlap_start:end_d].iloc[:,-1].values.max() coef = y2/y1 temp...
I have also encountered such issue with plotting boxplots with facets, either the boxes were stacked over each other, or they became too narrow: Correct plot with ggplot: ```r g...