Skip to content

Commit

Permalink
fix issue with curve style override
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-fitzpatrick committed Oct 2, 2024
1 parent a610723 commit b1a1abf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
60 changes: 30 additions & 30 deletions ptx/docinfo.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -163,21 +163,21 @@
\pgfplotsset{hollowdot/.style={color=firstcolor,fill=white,only marks,mark=*}}
\pgfplotsset{soliddot/.style={color=firstcolor,fill=firstcolor,only marks,mark=*}}

\pgfplotsset{open/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle[open]}}}
\pgfplotsset{openclosed/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle}}}
\pgfplotsset{closed/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle}}}
\pgfplotsset{closedopen/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle[open]}}}
\pgfplotsset{infiniteopen/.style={firstcurvestyle,shorten >=-2.4pt,{Kite}-{Circle[open]}}}
\pgfplotsset{openinfinite/.style={firstcurvestyle,shorten <=-2.4pt,{Circle[open]}-{Kite}}}
\pgfplotsset{infiniteclosed/.style={firstcurvestyle,shorten >=-2.4pt,{Kite}-{Circle}}}
\pgfplotsset{closedinfinite/.style={firstcurvestyle,shorten <=-2.4pt,{Circle}-{Kite}}}
\pgfplotsset{infinite/.style={firstcurvestyle,{Kite}-{Kite}}}
\pgfplotsset{infiniteleft/.style={firstcurvestyle,{Kite}-}}
\pgfplotsset{infiniteright/.style={firstcurvestyle,-{Kite}}}
\pgfplotsset{openleft/.style={firstcurvestyle,shorten <=-2.4pt,{Circle[open]}-}}
\pgfplotsset{openright/.style={firstcurvestyle,shorten >=-2.4pt,-{Circle[open]}}}
\pgfplotsset{closedleft/.style={firstcurvestyle,shorten <=-2.4pt,{Circle}-}}
\pgfplotsset{closedright/.style={firstcurvestyle,shorten >=-2.4pt,-{Circle}}}
\pgfplotsset{open/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle[open]}}}
\pgfplotsset{openclosed/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle}}}
\pgfplotsset{closed/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle}}}
\pgfplotsset{closedopen/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle[open]}}}
\pgfplotsset{infiniteopen/.style={shorten >=-2.4pt,{Kite}-{Circle[open]}}}
\pgfplotsset{openinfinite/.style={shorten <=-2.4pt,{Circle[open]}-{Kite}}}
\pgfplotsset{infiniteclosed/.style={shorten >=-2.4pt,{Kite}-{Circle}}}
\pgfplotsset{closedinfinite/.style={shorten <=-2.4pt,{Circle}-{Kite}}}
\pgfplotsset{infinite/.style={{Kite}-{Kite}}}
\pgfplotsset{infiniteleft/.style={{Kite}-}}
\pgfplotsset{infiniteright/.style={-{Kite}}}
\pgfplotsset{openleft/.style={shorten <=-2.4pt,{Circle[open]}-}}
\pgfplotsset{openright/.style={shorten >=-2.4pt,-{Circle[open]}}}
\pgfplotsset{closedleft/.style={shorten <=-2.4pt,{Circle}-}}
\pgfplotsset{closedright/.style={shorten >=-2.4pt,-{Circle}}}

\pgfplotsset{every axis/.append style = {
cycle list name = curvestylelist,
Expand Down Expand Up @@ -282,21 +282,21 @@
\pgfplotsset{hollowdot/.style={color=firstcolor,fill=white,only marks,mark size=2.4pt,mark=*}}
\pgfplotsset{soliddot/.style={color=firstcolor,fill=firstcolor,only marks,mark size=2.4pt,mark=*}}

\pgfplotsset{open/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle[open]}}}
\pgfplotsset{openclosed/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle}}}
\pgfplotsset{closed/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle}}}
\pgfplotsset{closedopen/.style={firstcurvestyle,shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle[open]}}}
\pgfplotsset{infiniteopen/.style={firstcurvestyle,shorten >=-2.4pt,{Kite}-{Circle[open]}}}
\pgfplotsset{openinfinite/.style={firstcurvestyle,shorten <=-2.4pt,{Circle[open]}-{Kite}}}
\pgfplotsset{infiniteclosed/.style={firstcurvestyle,shorten >=-2.4pt,{Kite}-{Circle}}}
\pgfplotsset{closedinfinite/.style={firstcurvestyle,shorten <=-2.4pt,{Circle}-{Kite}}}
\pgfplotsset{infinite/.style={firstcurvestyle,{Kite}-{Kite}}}
\pgfplotsset{infiniteleft/.style={firstcurvestyle,{Kite}-}}
\pgfplotsset{infiniteright/.style={firstcurvestyle,-{Kite}}}
\pgfplotsset{openleft/.style={firstcurvestyle,shorten <=-2.4pt,{Circle[open]}-}}
\pgfplotsset{openright/.style={firstcurvestyle,shorten >=-2.4pt,-{Circle[open]}}}
\pgfplotsset{closedleft/.style={firstcurvestyle,shorten <=-2.4pt,{Circle}-}}
\pgfplotsset{closedright/.style={firstcurvestyle,shorten >=-2.4pt,-{Circle}}}
\pgfplotsset{open/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle[open]}}}
\pgfplotsset{openclosed/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle[open]}-{Circle}}}
\pgfplotsset{closed/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle}}}
\pgfplotsset{closedopen/.style={shorten <=-2.4pt,shorten >=-2.4pt,{Circle}-{Circle[open]}}}
\pgfplotsset{infiniteopen/.style={shorten >=-2.4pt,{Kite}-{Circle[open]}}}
\pgfplotsset{openinfinite/.style={shorten <=-2.4pt,{Circle[open]}-{Kite}}}
\pgfplotsset{infiniteclosed/.style={shorten >=-2.4pt,{Kite}-{Circle}}}
\pgfplotsset{closedinfinite/.style={shorten <=-2.4pt,{Circle}-{Kite}}}
\pgfplotsset{infinite/.style={{Kite}-{Kite}}}
\pgfplotsset{infiniteleft/.style={{Kite}-}}
\pgfplotsset{infiniteright/.style={-{Kite}}}
\pgfplotsset{openleft/.style={shorten <=-2.4pt,{Circle[open]}-}}
\pgfplotsset{openright/.style={shorten >=-2.4pt,-{Circle[open]}}}
\pgfplotsset{closedleft/.style={shorten <=-2.4pt,{Circle}-}}
\pgfplotsset{closedright/.style={shorten >=-2.4pt,-{Circle}}}

\pgfplotsset{every axis/.append style = {
cycle list name = curvestylelist,
Expand Down
14 changes: 7 additions & 7 deletions ptx/sec_alt_series.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@
x post scale=2,
]

\addplot[infiniteright,domain=0:1] ({x},{2}) node [pos=1, right] {$a_1$};
\addplot[infiniteleft,domain=0.333:1] ({x},{1.75}) node [pos=0, left] {$-a_2$};
\addplot[infiniteright,domain=0.333:.833] ({x},{1.5}) node [pos=1, right] {$a_3$};
\addplot[infiniteleft,domain=0.433:.8333] ({x},{1.25}) node [pos=0, left] {$-a_4$};
\addplot[infiniteright,domain=0.4333:.76667] ({x},{1}) node [pos=1, right] {$a_5$};
\addplot[infiniteleft,domain=0.4809:.76667] ({x},{.75}) node [pos=0, left] {$-a_6$};
\addplot[infiniteright,domain=0.4809:.7309] ({x},{.5}) node [pos=1, right] {$a_7$};
\addplot[firstcurvestyle,infiniteright,domain=0:1] ({x},{2}) node [pos=1, right] {$a_1$};
\addplot[firstcurvestyle,infiniteleft,domain=0.333:1] ({x},{1.75}) node [pos=0, left] {$-a_2$};
\addplot[firstcurvestyle,infiniteright,domain=0.333:.833] ({x},{1.5}) node [pos=1, right] {$a_3$};
\addplot[firstcurvestyle,infiniteleft,domain=0.433:.8333] ({x},{1.25}) node [pos=0, left] {$-a_4$};
\addplot[firstcurvestyle,infiniteright,domain=0.4333:.76667] ({x},{1}) node [pos=1, right] {$a_5$};
\addplot[firstcurvestyle,infiniteleft,domain=0.4809:.76667] ({x},{.75}) node [pos=0, left] {$-a_6$};
\addplot[firstcurvestyle,infiniteright,domain=0.4809:.7309] ({x},{.5}) node [pos=1, right] {$a_7$};

\end{axis}

Expand Down

0 comments on commit b1a1abf

Please sign in to comment.