pgfplots
pgfplots copied to clipboard
pgfplots - A TeX package to draw normal and/or logarithmic plots directly in TeX in two and three dimensions with a user-friendly interface and pgfplotstable - a TeX package to round and format numeri...
I'm creating a simple graph. When I use mark=ball, ball color=black, my path gets connected (the last and the first points) and filled (which i do not want). When I...
Hi, I need to plot a velocity magnitude distribution over a 2D triangular mesh, hence I have used patch plot as follows using the jet colormap. I used the shader=interp...
It seems to me that the following comment in pgfplotscolormap.code.tex % Step 1: perform lookup. Map #4 into the colormap's range % using the linear trafo % phi(#4) = (...
While quiver plots can be made to emulate `VectorPlot`s, it is quite annoying. In particular, the main issue is representing vector magnitude with a color rather than as the length...
*Migrated from SourceForge* https://sourceforge.net/p/pgfplots/bugs/234/ Author: manuelkuehner Timestamp: 2020-02-04 12:21:10.720000 https://sourceforge.net/p/pgfplots/bugs/234/attachment/InkedScreenshot%202020-02-04%2020.19.49_LI.jpg ``` \documentclass{article} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} % \begin{axis}[ width = 20mm, height = 20mm, xmin = -1.2, xmax = 2.2, ymin...
If I comment out any one of the `tikzpicture`, there is no warning. This Warning has been seen in https://tex.stackexchange.com/q/410445 ```LaTeX \documentclass[tikz,margin=5pt]{standalone} \usepackage{tikz,xcolor, pgfplots} %\usepackage{amsmath,amsfonts,amssymb,amsthm} \pgfplotsset{compat=1.18} % for testing \begin{document}...
The boxplot `data filter` drops outliers as shown in the following example (adapted from the manual): ~~~ tex \documentclass[tikz]{standalone} \usepackage{filecontents} \usepackage{pgfplots} \pgfplotsset{ compat=1.18, only if/.style args={entry of #1 is #2}{...
*Migrated from SourceForge* https://sourceforge.net/p/pgfplots/bugs/103/ Author: mo-gul Timestamp: 2016-02-02 17:03:27.538000 When I add a spy the grid as well as the fill between path get broken and are not drawn any...
When using the `colorbar as legend` key, the ticks on colorbar seem to be incorrect: from the third onwards, they are all the same as the second. The error is...
MWE ``` \documentclass[10pt]{book} \usepackage{shellesc} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.18} \begin{document} \begin{tikzpicture} \begin{axis}[title={$x \exp(-x^2-y^2)$},xlabel=$x$, ylabel=$y$,small,] \addplot3 [ contour gnuplot, domain=-2:2, domain y=-1.3:1.3, ] {exp(-x^2-y^2)*x}; \end{axis} \end{tikzpicture} \end{document} ``` Compile with ``` lualatex --shell-escape --output-directory='aux/'...