Skip to content

Commit e435229

Browse files
committed
downscale plots more
1 parent cfa3e47 commit e435229

8 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,15 @@ $ for backend in bohrium jax cupy pytorch tensorflow; do
164164

165165
#### Equation of state
166166

167-
![Equation of state on CPU](results/magni-plots/bench-equation_of_state-CPU.png?raw=true)
168-
![Equation of state on GPU](results/magni-plots/bench-equation_of_state-GPU.png?raw=true)
167+
![Equation of state on CPU](results/magni-plots/bench-equation_of_state-CPU.png?raw=true) ![Equation of state on GPU](results/magni-plots/bench-equation_of_state-GPU.png?raw=true)
169168

170169
#### Isoneutral mixing
171170

172-
![Isoneutral mixing on CPU](results/magni-plots/bench-isoneutral_mixing-CPU.png?raw=true)
173-
![Isoneutral mixing on GPU](results/magni-plots/bench-isoneutral_mixing-GPU.png?raw=true)
171+
![Isoneutral mixing on CPU](results/magni-plots/bench-isoneutral_mixing-CPU.png?raw=true) ![Isoneutral mixing on GPU](results/magni-plots/bench-isoneutral_mixing-GPU.png?raw=true)
174172

175173
#### Turbulent kinetic energy
176174

177-
![Turbulent kinetic energy on CPU](results/magni-plots/bench-turbulent_kinetic_energy-CPU.png?raw=true)
178-
![Turbulent kinetic energy on GPU](results/magni-plots/bench-turbulent_kinetic_energy-GPU.png?raw=true)
175+
![Turbulent kinetic energy on CPU](results/magni-plots/bench-turbulent_kinetic_energy-CPU.png?raw=true) ![Turbulent kinetic energy on GPU](results/magni-plots/bench-turbulent_kinetic_energy-GPU.png?raw=true)
179176

180177
### Full reports
181178

plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
def plot_results(records, benchmark, platform, outfile, plot_delta=False):
3737
import matplotlib.pyplot as plt
38-
fig, ax = plt.subplots(1, 1, figsize=(6, 4), dpi=80)
38+
fig, ax = plt.subplots(1, 1, figsize=(6, 4), dpi=75)
3939

4040
this_record = records[(benchmark, platform)]
4141
last_coords = {}
-1.84 KB
Loading
-2.59 KB
Loading
-1.64 KB
Loading
-2.19 KB
Loading
-1.36 KB
Loading
-1.51 KB
Loading

0 commit comments

Comments
 (0)