Graphics, Figures & Tablespgfplots manual: Listing of style keys

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
theo moore
Posts: 72
Joined: Thu Jan 15, 2009 3:16 pm

pgfplots manual: Listing of style keys

Post by theo moore »

On page 175 of the pgfplots manual, it shows you how to redefine certain options for plots. For example, if I'd like to change the outer axis box, I could do,

Code: Select all

every outer x axis/.style={red, line width=2pt}
However, it does not show you what keys are possible (like line width=2pt). Where can I get a list of what keys can be used with the redefinitions of each style list?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

pgfplots manual: Listing of style keys

Post by localghost »

Since pgfplots is based on pgf/tikZ, almost all key options from this package seem to be possible for its commands and settings. Of course you have to think a little bit about that because not all options seem logical at every place. But this is only an assumption. This may be worth a note to the author of the package for adding a kind of index to the manual. If you contact him, feel free to report new insights here.


Best regards
Thorsten
Post Reply