We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b2fa2 commit 9c19b02Copy full SHA for 9c19b02
1 file changed
lib/PDL/Graphics/TriD/Graph.pm
@@ -26,6 +26,7 @@ use strict;
26
use warnings;
27
use base qw/PDL::Graphics::TriD::Object/;
28
use PDL::LiteF; # XXX F needed?
29
+use PDL::Graphics::TriD::Objects; # axes use Lines etc
30
31
use fields qw(Data DataBind UnBound DefaultAxes DefaultAxisName Axis );
32
0 commit comments