Skip to content

Commit

Permalink
ENH: Change colormaps from jet to viridis
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jan 21, 2018
1 parent c8d192e commit 3bbcf02
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified tikz/3d-gradient-colored/3d-gradient-colored.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tikz/3d-gradient-colored/3d-gradient-colored.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{pgfplots}
\pgfplotsset{compat=1.11}
\pgfplotsset{compat=1.13}
\usetikzlibrary{arrows.meta}

\begin{document}
Expand Down
Binary file modified tikz/ellipsoid/ellipsoid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tikz/ellipsoid/ellipsoid.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%xticklabels={,,},
%yticklabels={,,}
]
\addplot3[surf] {-(x*x/16+y*y/4-1)};
\addplot3[surf, colormap name=viridis] {-(x*x/16+y*y/4-1)};
\end{axis}
\end{tikzpicture}
\end{preview}
Expand Down
Binary file modified tikz/hypersurface-2/hypersurface-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tikz/hypersurface-2/hypersurface-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
%xticklabels={,,},
%yticklabels={,,}
]
\addplot3[surf] {3*x*x-y*y-9*x+1};
\addplot3[surf, colormap name=viridis] {3*x*x-y*y-9*x+1};
\end{axis}
\end{tikzpicture}
\end{preview}
Expand Down
Binary file modified tikz/hypersurface-3/hypersurface-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tikz/hypersurface-3/hypersurface-3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%xticklabels={,,},
%yticklabels={,,}
]
\addplot3[surf] {-3/25*x*x+1/25*y*y};
\addplot3[surf, colormap name=viridis] {-3/25*x*x+1/25*y*y};
\end{axis}
\end{tikzpicture}
\end{preview}
Expand Down
Binary file modified tikz/hypersurface-order-2/hypersurface-order-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tikz/hypersurface-order-2/hypersurface-order-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
% if you want to use Wolfram|Alpha:
% Plot3D[x*x-4*x*y+y*y+1, {x, -5, 5}, {y, -5, 5}]
\addplot3[surf] {x*x-4*x*y+y*y+1};
\addplot3[surf, colormap name=viridis] {x*x-4*x*y+y*y+1};
\end{axis}
\end{tikzpicture}
\end{preview}
Expand Down

0 comments on commit 3bbcf02

Please sign in to comment.