Skip to content
Snippets Groups Projects
Commit 2be885a8 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

fix python tag in 10_xray.md

parent 06006739
Branches crystal-structure-changes
No related tags found
1 merge request!65Crystal structure changes
Pipeline #30171 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment