Skip to content

Commit

Permalink
Merge pull request #82 from scipp/add_figure3d_to_init
Browse files Browse the repository at this point in the history
Add figure3d to top level init
  • Loading branch information
nvaytet authored Nov 9, 2022
2 parents 3d59932 + cbd008d commit 0769ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plopp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
__version__ = "0.0.0"

from .core import Node, View, node, input_node, widget_node, show_graph
from .functions import figure1d, figure2d, plot, slicer, inspector, scatter3d, superplot
from .functions import (figure1d, figure2d, figure3d, plot, slicer, inspector,
scatter3d, superplot)

from . import data

Expand Down

0 comments on commit 0769ba6

Please sign in to comment.