tikzplotlib icon indicating copy to clipboard operation
tikzplotlib copied to clipboard

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.

Results 138 tikzplotlib issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, Is there a `setup.py` script so that I can install from source? Thank you.

I just observed that the legends are missing in any non-initial subplot of bar plots. Here is an MWE: ``` import matplotlib.pyplot as plt import tikzplotlib data = [1, 2,...

I am running into an issue with the generated tikzplotlib code for my scatter plots. I am unsure whether this has to with my python code, the generated tex file...

Please provide a minimal working example (MWE) that shows what isn't working as expected. Needed is * the Python code, * the output TeX (Pgfplots), and * the expected TeX...

As suggested years ago [here](https://github.com/texworld/tikzplotlib/issues/218#issuecomment-648001407), I finally got around to implement some code that adds support for translating the container objects used by matplotlib for errorbars and bar charts to...

Neither the label patches with their label, nor the axis title is present in the output .tex file. I think the former is related to #467, regarding the latter, the...

I am using `AxesGrid` to plot a three images with distinct colorbars following the example provided by the documentation of matplotlib. `tikzplotlib` fails to replicate the grid structure (see below)....

`ax.plot([0,1,2], [0,1,2], label="a_b_c"); ax.legend()` Expected output: `\addlegendentry{a\_b\_c}` Actual output: `\addlegendentry{a_b_c}` which will not compile in Latex.

It seems like there might have been a change with the meaning behind this option, or I have forgotten how it is intended to work. Say I have the following...

Secondary axes created via sharex or sharey have an invisible background. This is now reflected in the created tex file. In addition, zero-sized ticks (as for instance produced by the...