<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to fix plots and image color rendering on Notebooks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/148160#M52834</link>
    <description>&lt;P&gt;Hello, any progress on that?&lt;BR /&gt;Displaying plotly express maps with dark mode displays them in dark mode, even after trying different things to either force white mode on my map (doesn't work), or set white mode for plotly at the top of my notebook (does not work either).&amp;nbsp;&lt;BR /&gt;I know I can switch to 'light mode' for each of my maps from a button (upper right corner on each map), but every time I rerun the notebook or the cell showing the map, it's back to dark mode... a bit annoying...&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2026 10:25:58 GMT</pubDate>
    <dc:creator>AnneEst</dc:creator>
    <dc:date>2026-02-12T10:25:58Z</dc:date>
    <item>
      <title>How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4675#M1344</link>
      <description>&lt;P&gt;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."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently all plots (like matplotlib) are showing wrong colors. &lt;/P&gt;&lt;P&gt;For example, denoting:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;    plt.figure()&lt;/P&gt;&lt;P&gt;    plt.axvline(x=0, color='red')&lt;/P&gt;&lt;P&gt;    plt.axhline(y=0, color='red')&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;is resulting in teal colored axes. Images also seem to have their colors and hues mixed up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to fix this without giving up any of my current settings for the notebook environment? &lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 20:42:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4675#M1344</guid>
      <dc:creator>wschoi</dc:creator>
      <dc:date>2023-05-08T20:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4677#M1346</link>
      <description>&lt;P&gt;@Debayan Mukherjee​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a very simple example of the issue. &lt;/P&gt;&lt;P&gt;I denote the colors "red" for the axes and "blue" for the actual plot, but end up with teal colored axes and a yellow plot. &lt;/P&gt;&lt;P&gt;This is the same for any type of non-text output in the notebook environment, including images, which is the main cause of concern as it can make modeling and other tasks a bit confusing. &lt;/P&gt;&lt;P&gt;Not sure if there is a setting I missed, or if this is some kind of an issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/234i23645A37C10F9A0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 08:21:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4677#M1346</guid>
      <dc:creator>wschoi</dc:creator>
      <dc:date>2023-05-10T08:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4676#M1345</link>
      <description>&lt;P&gt;Hi, Could you please provide a screenshot of the same which will help us understand it better? &lt;/P&gt;&lt;P&gt;Please tag&amp;nbsp;&lt;A href="https://community.databricks.com/s/profile/0053f000000WWwvAAG" alt="https://community.databricks.com/s/profile/0053f000000WWwvAAG" target="_blank"&gt;@Debayan&lt;/A&gt;​&amp;nbsp;with your next comment so that I will get notified. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 07:41:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4676#M1345</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-05-10T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4678#M1347</link>
      <description>&lt;P&gt;@Wonseok Choi​&amp;nbsp;thanks for the details. Could you please confirm if you have followed any documents on the same? (&lt;A href="https://docs.databricks.com/visualizations/index.html" alt="https://docs.databricks.com/visualizations/index.html" target="_blank"&gt;https://docs.databricks.com/visualizations/index.html&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 05:16:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/4678#M1347</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-05-11T05:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/39639#M27045</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/43719"&gt;@wschoi&lt;/a&gt;&amp;nbsp;for reporting this issue. I've lost a lot of time trying to figure out if my image plotting was wrong.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de tela de 2023-08-09 16-23-29.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/3117i0FC81A7FC49F9F9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de tela de 2023-08-09 16-23-29.png" alt="Captura de tela de 2023-08-09 16-23-29.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de tela de 2023-08-09 16-24-03.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/3118i5C4E1F7D0D120C9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de tela de 2023-08-09 16-24-03.png" alt="Captura de tela de 2023-08-09 16-24-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 12:50:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/39639#M27045</guid>
      <dc:creator>leonardoazzi</dc:creator>
      <dc:date>2023-08-11T12:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/74519#M34752</link>
      <description>&lt;P&gt;Any updated on this issue? This is a huge drawback to use the dark theme&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 23:33:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/74519#M34752</guid>
      <dc:creator>aleph_null</dc:creator>
      <dc:date>2024-06-16T23:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/120968#M46292</link>
      <description>&lt;P&gt;Still seeing this issue in dark theme June 2025&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 20:52:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/120968#M46292</guid>
      <dc:creator>andreapeterson</dc:creator>
      <dc:date>2025-06-04T20:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121593#M46500</link>
      <description>&lt;P&gt;Two years and counting, no solution to this obvious and very annoying problem so far.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 11:26:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121593#M46500</guid>
      <dc:creator>boztop</dc:creator>
      <dc:date>2025-06-12T11:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121687#M46519</link>
      <description>&lt;P&gt;Hi Team, I just checked this post and tried out the above simple plot graph with dark mode UI. It is working as expected for me. Could you please check now?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nikhilj0421_0-1749794694763.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17505i154C41A325507BBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nikhilj0421_0-1749794694763.png" alt="nikhilj0421_0-1749794694763.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 06:05:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121687#M46519</guid>
      <dc:creator>nikhilj0421</dc:creator>
      <dc:date>2025-06-13T06:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121876#M46582</link>
      <description>&lt;P&gt;Nope, just checked and the HTML on my notebook dashboard is still displaying wrong color in dark mode. works in light&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 14:14:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121876#M46582</guid>
      <dc:creator>andreapeterson</dc:creator>
      <dc:date>2025-06-16T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121891#M46591</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/165414"&gt;@andreapeterson&lt;/a&gt;&amp;nbsp;could you please share the screenshot along with the code?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:51:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121891#M46591</guid>
      <dc:creator>nikhilj0421</dc:creator>
      <dc:date>2025-06-16T16:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121892#M46592</link>
      <description>&lt;P&gt;Sure, attached is a small snippit of the worksheet along with 2 pics of display of the code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;displayHTML("""
  &amp;lt;link href="https://fonts.googleapis.com/css2?family=Mukta:wght@400;600&amp;amp;display=swap" rel="stylesheet"&amp;gt;
  &amp;lt;div style="font-family: 'Mukta', sans-serif; background-color: #fafafa; border-left: 6px solid #4435e6; padding: 16px 24px; border-radius: 8px;"&amp;gt;
    &amp;lt;h2 style="color: #080b15; margin-top: 0; font-weight: 600;"&amp;gt;
      🔒 ML on Masked vs Unmasked Data with ALTR
    &amp;lt;/h2&amp;gt;
    &amp;lt;p style="color: #4435e6; font-size: 16px; margin-bottom: 0;"&amp;gt;
      We compared model accuracy between a user with masked data access and full unmasked access.
    &amp;lt;/p&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;h2 style="
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4435e6;
    margin-top: 24px;
"&amp;gt;
    Unmasked Training Run: &amp;lt;code style='color: #080b15;'&amp;gt;ml_privacy_team&amp;lt;/code&amp;gt; group
&amp;lt;/h2&amp;gt;
""")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:57:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121892#M46592</guid>
      <dc:creator>andreapeterson</dc:creator>
      <dc:date>2025-06-16T16:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121895#M46593</link>
      <description>&lt;P&gt;Checking on it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 17:14:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121895#M46593</guid>
      <dc:creator>nikhilj0421</dc:creator>
      <dc:date>2025-06-16T17:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121916#M46601</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/165414"&gt;@andreapeterson&lt;/a&gt;, t&lt;SPAN&gt;his is likely because the CSS invert filter is applied to certain output types.&amp;nbsp;We have an existing internal ticket(PROD-51027) for this issue, and being worked on.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Either we have a plan to add a setting/toggle for this, which means either invert the colour&amp;nbsp;or keep showing the white background while the site is in&amp;nbsp;dark mode.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 01:36:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/121916#M46601</guid>
      <dc:creator>nikhilj0421</dc:creator>
      <dc:date>2025-06-17T01:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/122002#M46620</link>
      <description>&lt;P&gt;Ah okay, thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 14:46:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/122002#M46620</guid>
      <dc:creator>andreapeterson</dc:creator>
      <dc:date>2025-06-17T14:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/132703#M49605</link>
      <description>&lt;P&gt;Hi there! Is there any update on this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 15:02:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/132703#M49605</guid>
      <dc:creator>dbx_acbz</dc:creator>
      <dc:date>2025-09-22T15:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/148160#M52834</link>
      <description>&lt;P&gt;Hello, any progress on that?&lt;BR /&gt;Displaying plotly express maps with dark mode displays them in dark mode, even after trying different things to either force white mode on my map (doesn't work), or set white mode for plotly at the top of my notebook (does not work either).&amp;nbsp;&lt;BR /&gt;I know I can switch to 'light mode' for each of my maps from a button (upper right corner on each map), but every time I rerun the notebook or the cell showing the map, it's back to dark mode... a bit annoying...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 10:25:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/148160#M52834</guid>
      <dc:creator>AnneEst</dc:creator>
      <dc:date>2026-02-12T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix plots and image color rendering on Notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/155728#M54297</link>
      <description>&lt;P&gt;Still a problem when using Plotly visualizations.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 17:23:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-fix-plots-and-image-color-rendering-on-notebooks/m-p/155728#M54297</guid>
      <dc:creator>griffen_kociela</dc:creator>
      <dc:date>2026-04-28T17:23:26Z</dc:date>
    </item>
  </channel>
</rss>

