nschloe / tikzplotlib

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.
MIT License
2.43k stars 218 forks source link

Violin plots not showing correctly #591

Open VijayN10 opened 1 year ago

VijayN10 commented 1 year ago

Hello all, I am trying to convert my matplotlib/ seaborn violin plots to tex using tikzplotlib. Its working without showing any error. However, after importing it into overleaf its giving incorrect picture.

image

After saving svg/ png the same figure looks correct -

image

Could anyone guide me regarding this?

Thanks.

nhuin commented 1 year ago

Hello, I don't know if you still have this issue, but I manage to bypass this issue using the latest version of seaborn (0.13.0 at the time of the message) since they changed the way the median is displayed.