diff options
author | Volker Hoffmann <volker@cheleb.net> | 2013-04-04 12:04:08 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2013-04-04 12:04:08 +0200 |
commit | 121e5925004b8ead9fb0ebc45eacd23f180a2444 (patch) | |
tree | dd9a64e37d93f8342a47e042ba89e3f877054579 /demo_plot.py |
initial commit
Diffstat (limited to 'demo_plot.py')
-rw-r--r-- | demo_plot.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demo_plot.py b/demo_plot.py new file mode 100644 index 0000000..4026b02 --- /dev/null +++ b/demo_plot.py @@ -0,0 +1,5 @@ +from Disk import Disk + +disk = Disk(1) +disk.load_npz() +disk.plot_rho_xy()
\ No newline at end of file |