Skip to content

Commit

Permalink
Update viz.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Nov 10, 2023
1 parent ac4954c commit 75c331b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"""

import base64

import numpy as np
import pandas as pd

from .graph_data import get_scatter3d_data, get_ref_scatter3d_data
from .graph_layout import get_scatter3d_layout

import base64


def get_scatter3d(
data_frame, x_key, y_key, z_key, c_key, x_ref=None, y_ref=None, z_ref=None, **kwargs
Expand Down

0 comments on commit 75c331b

Please sign in to comment.