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

Pie Chart Labels don't show up #73

Closed
Arun-Verma opened this issue Dec 9, 2015 · 2 comments
Closed

Pie Chart Labels don't show up #73

Arun-Verma opened this issue Dec 9, 2015 · 2 comments
Labels

Comments

@Arun-Verma
Copy link

The following code snippet doesn't print labels on the pie slices
"from bqplot import *
from IPython.display import display
pie = Pie(sizes=[], select_slices=True, opacities=[0.2])
pie_fig = Figure(marks=[pie])
pie.sizes=[1,2,3]
pie.labels = ['A','B','C']

display(pie_fig)"

However, if next I change sizes via pie.sizes=[1,2,4], labels show up!

@dmadeka
Copy link
Contributor

dmadeka commented Dec 11, 2015

I was unable to recreate this error with the latest version of bqplot. Not sure what the issue is. Maybe you can update and try again.

@SylvainCorlay
Copy link
Member

This is actually fixed in master. Closing.

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

No branches or pull requests

3 participants