octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50996] Printing dashed line to tikz device re


From: Alexander Wilms
Subject: [Octave-bug-tracker] [bug #50996] Printing dashed line to tikz device results in non-equidistant dashes
Date: Wed, 10 May 2017 14:19:46 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?50996>

                 Summary: Printing dashed line to tikz device results in
non-equidistant dashes
                 Project: GNU Octave
            Submitted by: alexanderw
            Submitted on: Wed 10 May 2017 06:19:45 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

This issue only affects the tikz output. The bigger the absolute value of the
slope, the smaller do the gaps between the dashes get.


close all
x = 0:0.01:1;
y = sin(x*2*pi);
plot(x,y,'--');
print -dpdf test.pdf
print -dpng test.png
print -djpg test.jpg
print -dsvg test.svg
print -dtikz test.tikz



\documentclass{article}
\usepackage{tikz}
\begin{document}
        \resizebox{\textwidth}{!}{
                \input{test.tikz}
        }
\end{document}




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 10 May 2017 06:19:45 PM UTC  Name: equidistant-dashes-qt.png  Size:
19kB   By: alexanderw

<http://savannah.gnu.org/bugs/download.php?file_id=40654>
-------------------------------------------------------
Date: Wed 10 May 2017 06:19:45 PM UTC  Name: non-equidistant-dashes-tikz.png 
Size: 19kB   By: alexanderw

<http://savannah.gnu.org/bugs/download.php?file_id=40655>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50996>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]