Search found 2 matches

by Michael Schmid
Tue Dec 04, 2012 3:19 pm
Forum: Text Formatting
Topic: Percent Sign as a String Character
Replies: 3
Views: 20321

Percent Sign as a String Character

You can also use the escape character \ (backslash):

Code: Select all

\href{url://to.some_stupid\%C3\%BC_named.file}{some text}
by Michael Schmid
Wed Sep 05, 2012 5:08 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots | Custom Axis Layout with Gaps in Data File
Replies: 3
Views: 3772

pgfplots | Custom Axis Layout with Gaps in Data File

What I want to achieve is [to] draw a line (with no markers) but still leave […] spaces where data are not available. How can I do that?
Since version 1.5, pgfplots provides that functionality. In the input file, leave an empty line for every gap. You might need to set the option compat=1.5 (or a ...