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 3804219 commit cd259e5Copy full SHA for cd259e5
mplaltair/_axis.py
@@ -37,8 +37,15 @@ def convert_axis(ax, chart):
37
38
Raises
39
------
40
+ NotImplementedError
41
+ For various reasons
42
43
"""
44
+ if chart.to_dict().get('config').get('axis'):
45
+ raise NotImplementedError
46
+
47
+ if chart.to_dict().get('config').get('scale'):
48
49
50
for enc_channel, enc_spec in chart.to_dict['encoding']:
51
if enc_channel in ['x', 'y']:
0 commit comments