Skip to content

Commit

Permalink
adjust legnend
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgower committed Sep 26, 2018
1 parent f8821b9 commit 738f770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/random_particles_in_circle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ If we compare the response measured at the listener `[-10., 0.]`, they should be
result = run(simulation, x, ωs)
big_result = run(big_particle_simulation, x, ωs)

plot(result)
plot!(big_result, title="Compare scattered wave from one big particle, \n and a circle filled with small particles")
plot(result, lab = "scattering from particles")
plot!(big_result,
lab = "scattering from big particle",
title="Compare scattered wave from one big particle, \n and a circle filled with small particles")
```
![The response comparison](plot_response_compare.png)
Binary file modified example/random_particles_in_circle/plot_response_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 738f770

Please sign in to comment.