Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def plot_scatter_tab5(cat, x, y, z, col):
|
|
145 |
# plot = px.scatter_3d(pivot_df[x], pivot_df[y], pivot_df[z]) #c=pivot_df[col], cmap='viridis')
|
146 |
print(pivot_df)
|
147 |
|
148 |
-
fig = px.scatter_3d(pivot_df, x=x, y=y,z=z, hover_name=pivot_df.index, title=f'{x} vs {y} vs {z}', color=col, color_continuous_scale="agsunset")
|
149 |
return fig
|
150 |
|
151 |
|
|
|
145 |
# plot = px.scatter_3d(pivot_df[x], pivot_df[y], pivot_df[z]) #c=pivot_df[col], cmap='viridis')
|
146 |
print(pivot_df)
|
147 |
|
148 |
+
# fig = px.scatter_3d(pivot_df, x=x, y=y,z=z, hover_name=pivot_df.index, title=f'{x} vs {y} vs {z}', color=col, color_continuous_scale="agsunset")
|
149 |
return fig
|
150 |
|
151 |
|