Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering error for small arrow tips #39

Open
santa-klaus opened this issue Jun 30, 2016 · 0 comments
Open

Rendering error for small arrow tips #39

santa-klaus opened this issue Jun 30, 2016 · 0 comments

Comments

@santa-klaus
Copy link

I use pdf4eclipse along texlipse for latex document generation. I make my diagrams using pgfplots. I noticed that the arrow tips of very short arrows appear very weird and deform into big blobs in pdf4eclipse. The attached file gives an example of this behaviour. It has been generated by the following latex code:

\documentclass{standalone}

\usepackage{pgfplots}
\pgfplotsset{compat=1.9}

\begin{document}

\begin{tikzpicture}[arrow1/.style={->,color=blue}]

\begin{axis}[xmin=-0.1,
xmax=.1,
ymin=0,
ymax=1]%,

\addplot [arrow1] coordinates{(-0.0944,0.1471)
(-0.0943,0.1425)}; 

\end{axis}
\end{tikzpicture}
\end{document}

bildschirmfoto vom 2016-06-30 11 14 59

document.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant