-
Beta Was this translation helpful? Give feedback.
Answered by
tehphilb
Sep 15, 2023
Replies: 1 comment 3 replies
-
From the Matplotlib docs:
Your example:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now I got it.
It seems to be an issue with the clip_on attribute. https://matplotlib.org/3.2.2/api/_as_gen/matplotlib.axes.Axes.set_clip_on.html
Note that clip_on=True is actually the default behavior for the plotting functions in Matplotlib. It's seems possible that Flet, how it renders the Matplotlib charts, and the SVG representation may not respect this setting, so far.