tikzplotlib icon indicating copy to clipboard operation
tikzplotlib copied to clipboard

Violin plots not showing correctly

Open VijayN10 opened this issue 2 years ago • 1 comments
trafficstars

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.

VijayN10 avatar Jul 29 '23 00:07 VijayN10

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.

nhuin avatar Oct 25 '23 14:10 nhuin