Skip to content

Commit e76646a

Browse files
committed
Fixes typo
1 parent cd259e5 commit e76646a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mplaltair/_axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def convert_axis(ax, chart):
4747
if chart.to_dict().get('config').get('scale'):
4848
raise NotImplementedError
4949

50-
for enc_channel, enc_spec in chart.to_dict['encoding']:
50+
for enc_channel, enc_spec in chart.to_dict()['encoding']:
5151
if enc_channel in ['x', 'y']:
5252
_set_title(ax, enc_channel, enc_spec)
5353
_set_ticks(ax, enc_channel, enc_spec)

0 commit comments

Comments
 (0)