cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix plots and image color rendering on Notebooks?

wschoi
New Contributor III

I am currently running dark mode for my Databricks Notebooks, and am using the "new UI" released a few days ago (May 2023) and the "New notebook editor."

Currently all plots (like matplotlib) are showing wrong colors.

For example, denoting:

```

...

plt.figure()

plt.axvline(x=0, color='red')

plt.axhline(y=0, color='red')

...

```

is resulting in teal colored axes. Images also seem to have their colors and hues mixed up.

Is there a way to fix this without giving up any of my current settings for the notebook environment?

15 REPLIES 15

dbx_acbz
New Contributor

Hi there! Is there any update on this issue?

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now