diff --git a/docs/assets/RBC.mp4 b/docs/assets/RBC.mp4 index e6b0ce99..4f340ee5 100644 Binary files a/docs/assets/RBC.mp4 and b/docs/assets/RBC.mp4 differ diff --git a/tools/parallel_movie.py b/tools/parallel_movie.py index f5927cce..ecb398ee 100644 --- a/tools/parallel_movie.py +++ b/tools/parallel_movie.py @@ -29,9 +29,10 @@ # Make a pcolor plot of the 2D field pc = ax.pcolormesh( - grid.ymr, grid.zmr, T.T, + grid.ymr, grid.xmr, T.T, shading='nearest', rasterized=True, - cmap='inferno', vmin=-0.5, vmax=0.5 + cmap='inferno', + vmin=-0.5, vmax=0.5 ) # Add a colorbar