Tagged Questions
1
vote
0answers
161 views
change color of nodes in pgfplots bar plot [closed]
I have a bar plot which print the number next to the bar.
The text is however not very well readable due to the color applied to it.
Therefore I would like to know how to modify its style.
...
3
votes
1answer
142 views
Command to set cycle list position?
Is there a command to (re)set the starting point of a cycle list?
What I am using now is the cycle list shift command but I end up doing some time consuming calculations and my code is oftenless ...
1
vote
2answers
226 views
pgfplots - axis xmode/ymode in user-defined style
I would like to specify xmode and ymode for the axis with \pgfplotsset (or any other way, so that the mode can be changed by an if statement) The error message which I get is:
! Package pgfplots ...
1
vote
0answers
779 views
! I can't find file `pgflibrarytikz*.code.tex' [closed]
I can compile the following LaTeX:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,backgrounds,plotmarks}
\begin{document}
Lorem ipsum dolor sit amet, consectetur adipiscing ...
5
votes
2answers
270 views
Keeping the same style inside a scaled plot
I have a graph with three different curves, two of which are very small compared to the other. I therefore decided to add a magnification of such curves inside my graph, in the following way:
...
6
votes
4answers
498 views
Drawing a Zero Pole plot
I'm trying to draw a zero-pole plot for use with some filter design. Since i couldn't find any standard way to go about this, I tried using the polar library of PGFPlots. I'm having some trouble, ...
3
votes
1answer
247 views
Using counter values as part of style name for plots
I figured I should be able to give a bunch of line styles and access them using counters. Sure enough, this works out fine; this document
\documentclass{article}
\usepackage{tikz,pgfplots}
...