We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd259e5 commit e76646aCopy full SHA for e76646a
mplaltair/_axis.py
@@ -47,7 +47,7 @@ def convert_axis(ax, chart):
47
if chart.to_dict().get('config').get('scale'):
48
raise NotImplementedError
49
50
- for enc_channel, enc_spec in chart.to_dict['encoding']:
+ for enc_channel, enc_spec in chart.to_dict()['encoding']:
51
if enc_channel in ['x', 'y']:
52
_set_title(ax, enc_channel, enc_spec)
53
_set_ticks(ax, enc_channel, enc_spec)
0 commit comments