tikzplotlib
tikzplotlib copied to clipboard
:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.
Having a dual-axis plot within a subplot results in a completely messed-up LaTeX figure. Below there is a minimal example which has a dual-axis plot in the first of three...
Hello, I want to reproduce the `zorder` effects as [here](https://matplotlib.org/3.1.1/gallery/misc/zorder_demo.html). The Python code is pasted as follows: ```python import matplotlib.pyplot as plt import numpy as np # Fixing random state...
This code: https://github.com/nschloe/tikzplotlib/blob/aee7a4ff145159476a7d07248f4b93c2372e73e7/tikzplotlib/axes.py#L207-L209 may produce the axes key 'minor xticklabels' which is not know in PGFPLOTS as of version 1.16 The same holds for y
After checking the related issues to colorbars (#111 , #115 ), I found that the colorbar is not working when using this snippet https://stackoverflow.com/questions/32462881/add-colorbar-to-existing-axis Is there a quick fix for...
Hi, (and thanks for an awesome package!) I think tikzplotlib is not working properly when you hide the tick marks (but not the labels) in your plot. If the ticks...
When I try to change the width and lenght of the ticks, it does not show any effect. However, the same works if one exports in PDF format. Please have...
When I try to change the width of the axis, it does not work in the matplotlib2tikz export. However, the same works if one exports in PDF format. Please have...
I created a plot with contour(f) and noticed that no colorbar is created while saving to tex/pgfplots. However, the colorbar gets plotted in the pdf output. Here is a minimal...
I tried to convert a plot with 4x2 subplots into tikz, but the output is not very faithful to what I see with `plt.show()`. I attached both the image generated...
When using matplotlib2tikz, sometimes some objects are produced which are invisible in a plot but somehow visible in the pgfplot (usually paths with 'fill opacity=0'). I understand that it is...