Skip to content

Commit 60e271f

Browse files
committed
dynaml: Added import of plot3d in initialization file.
Signed-off-by: mandar2812 <[email protected]>
1 parent 2ae2972 commit 60e271f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/DynaMLInit.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ import spire.implicits._
2121
import io.github.mandar2812.dynaml.analysis.VectorField
2222
import io.github.mandar2812.dynaml.analysis.implicits._
2323
import io.github.mandar2812.dynaml.algebra._
24+
//Load 3d graphics capabilities
25+
import io.github.mandar2812.dynaml.graphics.plot3d
2426
//The pipes API
2527
import io.github.mandar2812.dynaml.pipes._
2628
import io.github.mandar2812.dynaml.DynaMLPipe

0 commit comments

Comments
 (0)