Python Forum
[Tkinter] White edge
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] White edge
#1
clean Red line region please Heart
[Image: fd2f19dc0bedcac0b35657f266f94f37.jpeg]
root = tk.Tk()
root.title("GeoJSON Viewer")


fig, ax = plt.subplots()
gdf.plot(ax=ax)
fig.subplots_adjust(left=0, bottom=0, right=1, top=1, wspace=0, hspace=0)

animation = FuncAnimation(fig, update_image, frames=range(10), interval=1000)
canvas = FigureCanvasTkAgg(fig, master=root)
canvas.draw()
buran write Dec-11-2023, 01:02 PM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.

Attached Files

Thumbnail(s)
   
Reply


Messages In This Thread
White edge - by sdgdfgg - Dec-11-2023, 12:34 PM
RE: White edge - by deanhystad - Dec-11-2023, 04:26 PM
RE: White edge - by sdgdfgg - Dec-12-2023, 07:08 AM
RE: White edge - by deanhystad - Dec-12-2023, 09:26 PM
RE: White edge - by reneejenkins - Dec-14-2023, 04:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm trying to visualize neuron weights with PIL but getting a white image. pointdexter16 0 234 Apr-13-2024, 02:48 PM
Last Post: pointdexter16
  What should I do the character comes to the door the background changes in to white. Killdoz 0 1,372 May-22-2020, 02:41 PM
Last Post: Killdoz
  Deleting White from Bitmap Anysja 8 5,612 Aug-14-2018, 04:04 PM
Last Post: Anysja
  [WxPython] How to create a static white box text giu88 2 2,564 Aug-14-2018, 10:50 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020