Hi Tetuko,

Glad to know you were able to solve this problem. It's caused by a mismatch of package versions (Matplotlib, Matplotlib-inline and IPython), so perhaps it was solved in your case by updating them to their latest versions.


Cheers,
Carlos

El 16/10/24 a las 4:47, Tetuko Kurniawan escribió:
Hi Carlos,
Thank you for the reply. Appreciate your effort.
Yes it was the issue of using external interpreter.
I somehow solved it by using a new fresh python environment (PIP venv), reinstall all needed packages, and it is still the same python, but mostly with updated packages, it work normally.
So i still don't understand what cause of the problem.
I will update to 6.0.2 when it is ready.

Best,
Tetuko



On Wed, Oct 16, 2024 at 5:41 AM Carlos Córdoba <ccordob...@gmail.com> wrote:

    Hi,

    This problem will be fixed in our 6.0.2 version, to be released in
    a week and a half.

    Or, if you're using an external interpreter, you'll need to
    install spyder-kernels 3.0.1, also to be released around the same
    time.


    Cheers,
    Carlos

    El 30/09/24 a las 7:58, Tetuko Kurniawan escribió:
    Hi all,

    Today, i updated to spyder 6.0.1 on Win 10, from version 5.x.x.

    All is working well, except the inline plot (PNG format) looks
    not as usual.
    The part outside the plot is transparent.
    Such that, it's hard to read.
    Before update, it wasn't like that, and i always use dark mode as
    before.

    See attachment/below:
    Automatic_backend2.png

    code to reproduce:
    from matplotlib import pyplot as plt
    A=[1,2,3,4,5]
    B=[1,2,3,4,5]
    fig, ax = plt.subplots(figsize=(4, 3), dpi=300)  #the figsize and
    dpi doesn't matter
    ax.plot(A,B)

    version:
    * Spyder version: 6.0.1  (standalone)
    * Python version: 3.11.9 64-bit
    * Qt version: 5.15.8
    * PyQt5 version: 5.15.9
    * Operating System: Windows-10-10.0.19045-SP0

    I think transparent plot is correct, but usually spyder display
    it with white background for all part of the plot, such that we
    can read what's on the axis, as in v5.x.x.

    is it a bug? Thank you.

    Best regards,
    Tetuko

-- You received this message because you are subscribed to the
    Google Groups "spyder" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to spyderlib+unsubscr...@googlegroups.com.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/spyderlib/5cd69e34-5963-469f-b96a-400984ecde9en%40googlegroups.com
    
<https://groups.google.com/d/msgid/spyderlib/5cd69e34-5963-469f-b96a-400984ecde9en%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- You received this message because you are subscribed to a topic in
    the Google Groups "spyder" group.
    To unsubscribe from this topic, visit
    https://groups.google.com/d/topic/spyderlib/yEWUXLjapNI/unsubscribe.
    To unsubscribe from this group and all its topics, send an email
    to spyderlib+unsubscr...@googlegroups.com.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/spyderlib/825d80da-cca2-4737-9672-039ec68816ef%40gmail.com
    
<https://groups.google.com/d/msgid/spyderlib/825d80da-cca2-4737-9672-039ec68816ef%40gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/CAHS8-et%3DgXqyBuK5TgQTK%3D5M-6UPvSvgk2jsYQAaHwwoj7GSeA%40mail.gmail.com <https://groups.google.com/d/msgid/spyderlib/CAHS8-et%3DgXqyBuK5TgQTK%3D5M-6UPvSvgk2jsYQAaHwwoj7GSeA%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6c526aed-41b1-4368-833d-86bbc519cea0%40gmail.com.

Reply via email to