Skip to content

Commit

Permalink
Use a dashed line in leading area chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 21, 2017
1 parent 42fd8dd commit e26334b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leading-area.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
, y filter/.code={\pgfmathparse{#1*80}\pgfmathresult}
] table[col sep=comma] {leading-area-blue.csv};
\addplot[ green
, dotted
, dashed
, y filter/.code={\pgfmathparse{#1*100}\pgfmathresult}
] table[col sep=comma] {leading-area-green-dotted.csv};
\addplot[ orange
, dotted
, dashed
, y filter/.code={\pgfmathparse{#1*100}\pgfmathresult}
] table[col sep=comma] {leading-area-orange-dotted.csv};
\end{axis}
Expand Down

0 comments on commit e26334b

Please sign in to comment.