Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dignojrteogalbo committed Apr 21, 2024
1 parent 9da9571 commit 7394128
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions GoVizzy/.virtual_documents/GoVizzy.ipynb
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@



from widgets import form, test_slider
from GoVizzy import plotting, meshes
from UI import DisplayUI
import fileInput
import ipyvolume as ipv
import scipy
import numpy as np
from cube_viskit import Cube
import itertools




%run Main.py


# Load Cube File
cube: Cube = Cube()
cube.load_cube("data/rhopol.cube")
visualizer = plotting.Visualizer(cube)
# Display Cube File
visualizer.display_cell()
origin = (50, 50, 50)
radius = 10
meshes.plot_sphere_surface(origin, radius)


form


%matplotlib widget



Expand Down

0 comments on commit 7394128

Please sign in to comment.