Nick Vazquez
Nick Vazquez
Found error when trying to run code as is. Changing `from tensorflow.python import control_flow_ops` to `from tensorflow.python.ops import control_flow_ops` fixed issue.
I was wondering why the `hvPlotTabularPolars` is created without some of the plot types available in the default `.hvplot` for pandas. ```python import hvplot print(hvplot.__version__) # '0.9.2' print(set(hvplot.plotting.core.hvPlot.__all__) - set(hvplot.plotting.core.hvPlotTabularPolars.__all__))...
Are you still working on this? It might be possible to use [PyVista](https://docs.pyvista.org/examples/02-plot/gif.html?highlight=movie) if you have a 3d model available.