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

Functions

def main ()
 

Variables

dict params
 

Detailed Description

 @package plot_3d

Function Documentation

◆ main()

def plot_3d.main ( )

Definition at line 22 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 9 of file plot_3d.py.