Open tigikay opened 6 years ago
Hi,
does ds.plot_widget('x', 'y')
work, after that try, ds.plot_widget('x', 'y', 'z', backend='ipyvolume')
. I should fix plot3d, but meanwhile this should work.
What went wrong with conda btw, did it had sth to do with vaex?
cheers,
Maarten
Same problem here! Installed via Conda. Trying to use plot_bq
Hi,
thanks for the report, I need to make plot_bq also backwards compatible, for now use ds.plot_widget('x', 'y')
.
Regards,
Maarten
Hi, Thanks for creating and sharing this awesome framework! experiencing the same error with plot_bq, on both python 2.7 and 3.6 environments, built specifically for this (on a machine running ubuntu) when trying to work with plot_widget i get- "No module named 'vaex.jupyter'" on the 3.6 env "No module named jupyter.plot" on the 2.7 env both stemming from "import vaex.jupyter.plot" on dataframe.py
ds.plot_widget('x', 'y', 'z', backend='ipyvolume')
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3417, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-146-b71ac5f47cfb>", line 1, in <module>
sds.plot_widget('x', 'y', 'z', what='mean(A0_p50)', backend='ipyvolume')
File "/usr/local/lib/python3.8/site-packages/vaex/utils.py", line 57, in wraps2
return f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/vaex/dataframe.py", line 1698, in plot_widget
return self.widget.heatmap(x, y, limits=limits, transform=f, **kwargs)
File "/usr/local/lib/python3.8/site-packages/vaex/jupyter/__init__.py", line 110, in heatmap
x, y = self._axes([x, y], limits)
File "/usr/local/lib/python3.8/site-packages/vaex/jupyter/__init__.py", line 73, in _axes
limits = self.df.limits(expressions, limits)
File "/usr/local/lib/python3.8/site-packages/vaex/dataframe.py", line 1595, in limits
number = ast.literal_eval(number)
File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 59, in literal_eval
node_or_string = parse(node_or_string, mode='eval')
File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 47, in parse
return compile(source, filename, mode, flags,
File "<unknown>", line unknown
^
SyntaxError: unexpected EOF while parsing
Any news on this? vaexgui is unusable and beyond repair.
Just started using vaex, trying to 3d plot galaxy sim, 2D plots work. Installed bqplot seperately - still not recognised by vaex.
Full error is:
Using Python3, installed vaex through pip3. Using conda ruined a lot of stuff, so not risking it atm
Edit: vaex.ext is completely empty and for some reason I can't find it in the vaex repository