Jochem Smit
Jochem Smit
Waiting for: https://github.com/pytorch/pytorch/issues/66424
this looks interesting for interactive plotting: https://github.com/pyviz/panel
Hi, yes this should be possible, but could you elaborate on your question? Do you want to partition the fluorescence of the whole cell into three parts; left pole, right...
The `rules` part works now, I realized I was missing a `tag(sync=True)`. I'm still curious if the decimal separator can be forced to always be a point? Updated code: ```python...
That sounds plausible as I'm having similar problems with the decimal separator if I would use excel (silly dutch use comma as decimal separator) I have found a 'solution' in...
FYI the behavior is the same for `pcolor` / `pcolormesh`, also the passed normalizer is modified: ```python arr = np.random.rand(20, 40)*1000 xe = np.linspace(0, 1, num=40, endpoint=True) ye = np.linspace(0,...
does `autosize='fit-x' help here? ```python chart = alt.vconcat(c1.add_selection(zoom) & c2.add_selection(zoom)).configure(autosize='fit-x') st.altair_chart(chart, use_container_width = True) ```
My main issue is that I have a lot of difficulty understanding what's going on in symfit's internals, party because of (dark) magic and project structure, and party because there...
the one i made is here: https://github.com/Jhsmit/awesome-solara/blob/master/examples/input_form.py havent used it in a while though
thanks @swelborn, i might update it did you try it? does it work otherwise?