def-roth

Results 5 comments of def-roth

For centering, this solved it for me https://github.com/bkrem/react-d3-tree/issues/272 for display, your image looks like it could be solved with proper css when using a foreign node

It may not be the best way to solve it, but I did it by using matplotlib 3d scatterplots saving them as images to another folder after n epochs

Below is the function I use for plotting. I didn't bother for a dynamic solution and just hardcoded 4 images as output by range(4). ``` def plot_arrays_3d(arrs, epoch, img_dir): for...

I used this model to generate other 3D objects than the given ones. But I ran into the same problem, where objects started to get generated, but started collapsing to...

Yeah, adding it to the Renderer is no big deal. It's more of a question if this should be added to the main branch or if users of reka should...