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

White background for ipywidgets was lost #2022

Closed
rchiodo opened this issue Apr 9, 2020 · 1 comment
Closed

White background for ipywidgets was lost #2022

rchiodo opened this issue Apr 9, 2020 · 1 comment
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Apr 9, 2020

Switch to a dark theme.
Run this code:

import numpy as np
import bqplot.pyplot as plt

size = 100

plt.figure(title='Scatter plot with colors')
plt.scatter(np.random.randn(size), np.random.randn(size), color=np.random.randn(size))
plt.show()

You can't see the labels on the text.

@rchiodo
Copy link
Contributor Author

rchiodo commented Apr 9, 2020

image

@rchiodo rchiodo self-assigned this Apr 9, 2020
@rchiodo rchiodo closed this as completed Apr 10, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Apr 18, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant