Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
Loading...
Searching...
No Matches
plot_3d.py File Reference

Plot 2 particles with and without particle interactions in 3D. More...

Go to the source code of this file.

Functions

def plot_3d.main ()
 

Variables

dict plot_3d.params
 

Detailed Description

Plot 2 particles with and without particle interactions in 3D.

Author
Cory Alexander Balaton (coryab)
Janita Ovidie Sandtrøen Willumsen (janitaws)
Version
1.0
Bug:
No known bugs

Definition in file plot_3d.py.

Function Documentation

◆ main()

def plot_3d.main ( )

Definition at line 30 of file plot_3d.py.

Variable Documentation

◆ params

dict plot_3d.params
Initial value:
1= {
2 "font.family": "Serif",
3 "font.serif": "Roman",
4 "text.usetex": True,
5 "axes.titlesize": "large",
6 "axes.labelsize": "large",
7 "xtick.labelsize": "large",
8 "ytick.labelsize": "large",
9 "legend.fontsize": "medium",
10 "figure.autolayout": True
11}

Definition at line 17 of file plot_3d.py.