-
```
What steps will reproduce the problem?
1.generate a random matlab plot
2.use matlab2tikz.m to generate a tikz file
3.open it with the tikzedt
What is the expected output? What do you see instead?…
-
This code works on Julia 1.10, but not on Julia 1.11:
```julia
PGFPlots.Plots.Image((x,y)->0.0, (0,1), (0,1), colormap=ColorMaps.Named("Jet"))
```
The generated tikz code is different. In Julia …
-
Currently I can only successfully use `\cite` inside an externalized tikzpicture if
- the bib entry is also cited somewhere else in the main document
- I add a `\ref` somewhere inside the tikzpict…
-
Converting a bar plot with error bars which includes nan data produces a UnboundLocalError in _path.py. With the following minimal example
```
import numpy as np
from matplotlib import pyplot as …
-
# Description
When performing `scatter` combined with a `cmap` and `alpha`, the `alpha` value is ignored by tikzplotlib.
## MWE
```
import numpy as np
from matplotlib import pyplot as plt
im…
-
Hello,
I am generating a _tikzpicture_ with following Code:
```
X = 1:1:10;
Y = sin(X);
plot(X,Y);
xticks(X);
xticklabels({'$1$','','$2$','','$3$','','$4$','','$5$',''});
cleanfigure;
matlab2…
-
-
```
What steps will reproduce the problem?
1.generate a random matlab plot
2.use matlab2tikz.m to generate a tikz file
3.open it with the tikzedt
What is the expected output? What do you see instead?…
-
```
What steps will reproduce the problem?
1.generate a random matlab plot
2.use matlab2tikz.m to generate a tikz file
3.open it with the tikzedt
What is the expected output? What do you see instead?…
-
I just had this tex output when running `ACID(67)` in octave:
```
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usep…