-
I recently started to develop a LaTeX package where I want to make the colors defined by Paul Tol in his [SRON Technical Note](https://personal.sron.nl/~pault/colourschemes.pdf) easily available in La…
-
MWE:
This bit of code plots open circles of a fixed but non-default size:
```
import matplotlib.pyplot as plt
from tikzplotlib import get_tikz_code
max_marker_size = 300
fig, ax = plt.subplots…
-
### Brief outline of the bug
I am encountering a compilation error with lualatex when using both tikz spy and luatexja-fontspec in the same document. The error message is as follows:
```
(/usr/…
-
I have found, that ACID(42) produces uncompilable code for me in MALTAB2015b.
the culprit is the following:
```
\addplot [color=mycolor2,solid,line width=1.5pt,forget plot]
```
This is the last plo…
-
Violin charts are the only type of chart capable of displaying complete distribution data over several cross-sectional data points in a time series, e.g. for displaying the distribution of wages, mean…
-
I have data with CE (central europe) fonts like ż Ż ę ś , how to use it in titlefonts ?
`using Plots
plot(rand(10),title="Żyć")
`
![ce fonts](https://user-images.githubusercontent.com/5564741/3797…
-
I am trying to preserve the aspect ratio being set for my figure, but it seems to be ignored. At the moment I manually add `height=5cm,width=5cm` to the axis argument (or specify it using the `extra_a…
-
```julia
using Unitful: cm
using PGFPlotsX
@pgf Axis({ width = 8cm, height = 7cm }, ...) # not strings but units
```
All this would need is a `print_tex` method, conditional on using `Unitful…
tpapp updated
5 years ago
-
*Migrated from SourceForge*
https://sourceforge.net/p/pgfplots/feature-requests/46/
Author: vser
Timestamp: 2015-05-03 17:27:39.387000
When adding a `\nextgroupplot`, it is done row-wise.
When add…
-
### Brief outline of the bug
When using the `intersection segments` option from the `fillbetween` library, sometimes the path segments are not calculated correctly, especially when applied to curve…