Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jung Nguyen
lectures
Commits
2be885a8
Commit
2be885a8
authored
Mar 09, 2020
by
Kostas Vilkelis
👽
Browse files
fix python tag in 10_xray.md
parent
06006739
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/10_xray.md
View file @
2be885a8
...
...
@@ -12,23 +12,24 @@ jupyter:
name
:
python3
---
```
{python initialize=true}
import matplotlib.pyplot as plt
```
python tags=["initialize"]
import numpy as np
from math import pi
from math import sqrt
from math import sqrt
import matplotlib.pyplot as plt
import matplotlib.pyplot as plt
import matplotlib.patches as patches
import matplotlib.transforms as mtransforms
import matplotlib.image as img
from common import draw_classic_axes, configure_plotting
import plotly.offline as py
from plotly.subplots import make_subplots
import plotly.graph_objs as go
from common import draw_classic_axes, configure_plotting
configure_plotting()
py.init_notebook_mode(connected=True)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment