Questions tagged [pst-plot]

{pst-plot} is about a PSTricks package addressing issues related to a high-level interface for making {plots}.

{pst-plot} is about a PSTricks package addressing issues related to a high-level interface for making {plots}.It can be used either with TeX or LaTeX.

146 questions
4
votes
2 answers

pst-plot: x-y-data from different files

How do I plot with pst-plot when the x- and y- data are stored in different…
DaPhil
  • 3,365
3
votes
2 answers

Missing xLabels in psaxes

I am trying to display textual labels on my X axis, but they are missing: \begin{figure}[H] \begin{center} \psset{xunit=1.5,yunit=0.5} \begin{pspicture}(0,-11)(7,2) \psaxes[ticksize=0…
2
votes
0 answers

Differences between psgraph and pspicture when formatting axes

I'm working on the graph of a direction field of an ODE along with some of the solutions. As a starting point I used user2478's solution posted here running with xelatex which produces a graph with axesstyle=frame where the axis labels are…
Lina
  • 35
1
vote
1 answer

\psaxes: showorigin=true and origin label overlaps axis

Feeding mwe.tex containing \documentclass{standalone} \usepackage{pst-plot} \begin{document}% \begin{pspicture}(-1,-1.6)(1.6,1.6) \psaxes{->}(0,0)(0,-1.5)(1.5,1.5) \end{pspicture}% \end{document} to latex mwe && dvipdf -dALLOWPSTRANSPARENCY mwe…
user224332
1
vote
1 answer

TeXLive 2019 Debian: Pst-plots wrong axes label positioning

The following code produces the attached image: the x and y labels are put exactly at the centre of the axes. I can reproduce the error using TeXmaker 5.0.3 and running xelatex on my terminal; I run the TeXlive distro. packed with Debian Buster.…
mathbekunkus
  • 1,389
1
vote
0 answers

listplot plotstyle=xvalues with vertical offset

I am using \listplot[plotstyle=xvalues,labelsep=2pt,fontscale=6,xunit=0.0101,decimals=0]{\easter} and want the xvalues offset vertically a little bit. How can I get that?
0
votes
1 answer

\psaxes: drop x origin label, retain y origin label, no outer y ticks, horizontal line at negative exponents with logLines=y

Feeding the file mwe.tex containing \documentclass{standalone} \usepackage{pst-plot} \begin{document}% \begin{pspicture}(-1,-1.6)(1.6,1.6) \psaxes[logLines=y,ylogBase=10,ysubticks=0]{->}(0,0)(0,-1.5)(1.5,1.5) \end{pspicture}% \end{document} to…
user224332