Skip to content

Commit 9c19b02

Browse files
committed
::Graph uses ::Objects so load it
1 parent c1b2fa2 commit 9c19b02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/PDL/Graphics/TriD/Graph.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use strict;
2626
use warnings;
2727
use base qw/PDL::Graphics::TriD::Object/;
2828
use PDL::LiteF; # XXX F needed?
29+
use PDL::Graphics::TriD::Objects; # axes use Lines etc
2930

3031
use fields qw(Data DataBind UnBound DefaultAxes DefaultAxisName Axis );
3132

0 commit comments

Comments
 (0)