Skip Menu |

This queue is for tickets about the LaTeX-TikZ CPAN distribution.

Report information
The Basics
Id: 87569
Status: rejected
Priority: 0/
Queue: LaTeX-TikZ

People
Owner: Nobody in particular
Requestors: lars.jakobsson [...] material.ntnu.no
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Ticks mismatch in ternary plot
Date: Sat, 03 Aug 2013 16:50:36 +0200
To: bug-LaTeX-TikZ [...] rt.cpan.org
From: Lars Klemet Jakobsson <lars.jakobsson [...] material.ntnu.no>
Hi, I am using TikZ for ternary plots and have problems with a mismatch of ticks after changing the axis range. An example is given below where the ymax is set to 0.8 but actually seem to get a maxmum value of 80/0.99 in the plot, but is only the ticks that are in the wrong location. The plotted values are in the correct location as demonstrated by the x in the minimal working example. This mismatch is value dependent and does for example not happen if ymax is set to 0.6. Minimal working example is given below. Best regards Lars Klemet Jakobsson \documentclass[10pt]{scrartcl} \usepackage[utf8x]{inputenc} \pagestyle{empty} \usepackage{pgfplots} \pgfplotsset{compat=newest} \usepgfplotslibrary{ternary} \usepackage{tikz} \usepackage{tikz-3dplot} \usepackage[active,tightpage]{preview} \PreviewEnvironment{tikzpicture} \begin{document} \begin{tikzpicture} \begin{ternaryaxis}[ ternary limits relative=false, width=7.5cm, height=7.5cm, ymax=0.8, ] \addplot3[only marks, mark = x] table{ 0 0.8 0 }; \end{ternaryaxis} \end{tikzpicture} \end{document}
Hello, Are you using the LaTeX::TikZ perl module to generate your TikZ code? If yes, I'd like to see it to debug your issue. Vincent
Subject: Re: [rt.cpan.org #87569] Ticks mismatch in ternary plot
Date: Mon, 12 Aug 2013 15:20:28 +0200
To: bug-LaTeX-TikZ [...] rt.cpan.org
From: Lars Klemet Jakobsson <lars.k.jakobsson [...] ntnu.no>
No, I have not used that module. On 07.08.2013 16:13, Vincent Pit via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87569 > > > Hello, > > Are you using the LaTeX::TikZ perl module to generate your TikZ code? If yes, I'd like to see it to debug your issue. > > > Vincent
Thank you for your answer. This issue tracker only deals with the LaTeX::TikZ Perl module. For generic LaTeX questions, I suggest you to ask http://tex.stackexchange.com/ Vincent
Subject: Re: [rt.cpan.org #87569] Ticks mismatch in ternary plot
Date: Mon, 12 Aug 2013 16:28:47 +0200
To: bug-LaTeX-TikZ [...] rt.cpan.org
From: Lars Klemet Jakobsson <lars.k.jakobsson [...] ntnu.no>
Ok, I have now posted the same problem as a question on tex.stackexchange.com. Lars Klemet On 12.08.2013 15:56, Vincent Pit via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87569 > > > Thank you for your answer. This issue tracker only deals with the LaTeX::TikZ Perl module. For generic LaTeX questions, I suggest you to ask http://tex.stackexchange.com/ > > > Vincent