Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xplot not displaying any graph after a new installation #54

Open
faysou opened this issue Jan 7, 2020 · 5 comments
Open

xplot not displaying any graph after a new installation #54

faysou opened this issue Jan 7, 2020 · 5 comments

Comments

@faysou
Copy link

faysou commented Jan 7, 2020

No plot is displayed after installing xplot and bqplot. Only a blank graph is displayed.

@faysou faysou changed the title xplot didn't work with latest version of bqplot xplot not displaying any graph after a new installation Jan 18, 2020
@pkestene
Copy link

I have the same problem using a fresh install of miniconda3 + xeus-cling + xplot + jupyter from conda-forge on a Ubuntu 18.04 machine.

All example notebooks run but output figures are empty, except one that is working : xmap.ipynb

@NateZimmer
Copy link

You can see this in the binder as well where the plots are sometimes blank and they don't have a legends, ticks, grids...etc

@pshiroma
Copy link

I was having this same problem and managed to solve it by downgrading bqplot:

conda install bqplot=0.11.5 -c conda-forge
jupyter labextension install [email protected]

Also, I could only make it run in notebook (http://127.0.0.1:8888/tree)
not jupyterlab (http://127.0.0.1:8888/lab)

Ref.: https://github.com/bloomberg/bqplot#install-a-previous-bqplot-version
https://github.com/QuantStack/xplot/blob/master/environment.yml

@faysou
Copy link
Author

faysou commented Apr 11, 2020

I once managed to make it work by downgrading as well, but it didn't work on another system, it's not a reliable solution.

It would be good if somebody in charge of this package could have a look at this issue, as this package could be very useful but can't be used at the moment.

@SylvainCorlay
Copy link
Member

Hello everyone,

I have updated the readme to reflect the front-end requirement (bqplot npm package ^0.4.3, i.e. bqplot pypi package^ 0.11.4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants