constellaration-bench / visualize.py
cgeorgiaw's picture
cgeorgiaw HF Staff
still trying to make the leaderboard
65005ce
raw
history blame
209 Bytes
from constellaration.utils import (
file_exporter,
visualization,
visualization_utils,
)
import plotly.express as px
def make_visual(boundary):
visualization.plot_surface(boundary)
return