JuliaWaveScattering / JuliaWaveScattering/MultipleScattering.jl

Simple interface for plot field for both time and frequency

Open
#20 8 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Julia
Stars
56
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I think the following should work:
- `plot(SimulationResult)` should return several lines plots for each x
- `plot(SimulationResult, linetype=:contour)` should attempt a contour plot. This should work for both `TimeSimulationResult` and `FrequencySimulationResult`. Note the function `run(Simulation,shape)` can return both `TimeSimulationResult` and `FrequencySimulationResult`, which can then be plotted
- `plot(FrequencySimulation, ω)` should generate a contour plot.

There might be a dispatch issue for the first two, as I'm struggling to get plot recipes to do this...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.