[Pgfplots-features] tick labels automatic selection

2012-08-19 Thread Neal H. Walfield
Hi, I'd like pgfplots to determine what tick labels to display, but I'd like to control what text is shown. Consider the following example: \documentclass{article} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} \begin{axis}[xtick={1,2,3,4,5,6,7,8,9,10},

Re: [Pgfplots-features] tick labels automatic selection

2012-08-21 Thread Neal H. Walfield
Hi Christian, At Sun, 19 Aug 2012 20:50:20 +0200, Christian Feuersaenger wrote: what you seem to want is something related to the 'symbolic x coords' feature. That feature would expect input *coordinates* of the form (aaa,20) and would automatically map them to numbers - and backwards. The

Re: [Pgfplots-features] enlarge x limits very wide plots

2012-09-15 Thread Neal H. Walfield
regards Christian Am 23.08.2012 12:41, schrieb Neal H. Walfield: Hi, I have a very wide plot of some time serie data. In fact, it is so wide, that to keep the plot readable, I have to truncate it. This is okay, but I'd still like to display as much of the data as possible. I

[Pgfplots-features] \num vs. /pgf/number format/1000 sep

2012-10-24 Thread Neal H. Walfield
Hi, The siunitx package provides the \num macro, which prints the provided number with thousand separators. In pgfplots, I can use /pgf/number format/1000 sep to do the same thing. However: siunitx won't use a thousand separator if the number is only 4 digits long whereas pgfplots does. How

Re: [Pgfplots-features] \num vs. /pgf/number format/1000 sep

2012-10-25 Thread Neal H. Walfield
Hi Christian, Thank you for the quick response! Neal At Thu, 25 Oct 2012 08:51:45 +0200, Christian Feuersaenger wrote: Hi Neal, you can set /pgf/number format/min exponent for 1000 sep=4 Best regards Christian Am 24.10.2012 16:06, schrieb Neal H. Walfield: Hi

[Pgfplots-features] x coord inv trafo/.code logarithmic axes

2013-01-16 Thread Neal H. Walfield
Hi, I'm using x coord inv trafo/.code to transform seconds into more (human) meaningful labels. For instance, my macro turns 7000 seconds into '2h'. This works correctly for normal axes, however, if I use a logarithmic axes, my macro is passed the exponent rather than the value. How do I

Re: [Pgfplots-features] x coord inv trafo/.code logarithmic axes

2013-01-19 Thread Neal H. Walfield
Hi Christian, Thank you for your help. At Sat, 19 Jan 2013 12:05:50 +0100, Christian Feuersaenger wrote: PGFplots assumes that user-provided transformations fit into the axis, i.e. that the transformation knows that it is to be applied in a log context. Consequently, you'd need two

Re: [Pgfplots-features] ! Dimension too large.

2013-05-30 Thread Neal H. Walfield
Hi, Christian, At Thu, 30 May 2013 12:40:35 +0200, Christian Feuersaenger wrote: How important is that fix for you? Do you report it for reasons of anoyance and of completeness (probably both true) or do you really need a log plot with such a small data range? It's not a problem for me. I

Re: [Pgfplots-features] pgfplots externalize question

2013-07-04 Thread Neal H. Walfield
At Wed, 3 Jul 2013 15:38:52 -0500, Kasra Fattah wrote: I'm using \tikzexternalize option of pgfplots and I have \addplot gnuplot in my code which generates a table and I use the table command for showing the errorbars of the plot, however, I explicitly provide the name of the table file

Re: [Pgfplots-features] pgfplots tikzposter

2013-08-06 Thread Neal H. Walfield
Hi, At Tue, 06 Aug 2013 09:38:59 +0200, idherre...@mailbox.tu-berlin.de wrote: I've been using pgfplot to make my graphs from files in regular Latex documents (Article, Beamer, ...) and so far they worked just fine. However when I try to use them in a poster done with tikzposter the