-
I try to insert pdf figure in beamer and encounter a problem similar to [this one](https://tex.stackexchange.com/questions/367695/problem-of-includegraphics-with-beamer).
```
\documentclass{beamer}…
-
I am using Matlab2tikz with following test code:
``` matlab
frames = [8, 16, 32, 64, 128];
mult = [1300 7300 17000 42000 88000];
add = [1400 7300 19000 45000 93000];
figure
plot((frames),(mult)…
-
I would really like to be able to reorder the legend items. Right now there is no way to control it besides reversing the order. My use-case is that I have a line plot with a lot of lines going up and…
-
Hi,
I'd want to resize the plot in Tikz. I'm using the scale command in the following way:
```
\begin{tikzpicture}[scale=0.32]
\begin{axis}[%
width=1.158in,
height=2in,
at={(3.511in,0.426…
-
Since #377, we have noticed that some Factory settings in MATLAB do not map well to the (effective) standard settings for some objects.
This is not a major bug on our side, we would just generate code…
-
This is a little specialist, but I don't think I'm doing anything too weird/unusual here so I figured I'd make an issue.
Currently I have some images included via latex-image in my html version usi…
-
https://ar5iv.labs.arxiv.org/log/2206.07682
```
Warning:expected: Missing number (Dimension), treated as zero.
at log-scaling-scoring.tex; line 500 col 0 - line 500 col 23
while processing \vs…
dkkb updated
11 months ago
-
## Details
Using the pgfplotsx backend, it appears that setting `aspect_ratio=:equal` does nothing when the plot is exported via `savefig("file.tikz")`. Saving to PDF retains the expected aspec…
-
# ISSUE
In jupyterlab a plot generated by a chunk of code and the package `PlotlyJS` is not shown, that is, when executed it appear just an empty cell. The labextension of WebIO is installed and de…
-
Would be cool if we could have legend also in the style of horizontal rows instead of a vertical lists. 😎️