Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Solid state physics
lectures
Commits
2be885a8
Commit
2be885a8
authored
5 years ago
by
Kostas Vilkelis
Browse files
Options
Downloads
Patches
Plain Diff
fix python tag in 10_xray.md
parent
06006739
Branches
crystal-structure-changes
Branches containing commit
No related tags found
1 merge request
!65
Crystal structure changes
Pipeline
#30171
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/10_xray.md
+7
-6
7 additions, 6 deletions
src/10_xray.md
with
7 additions
and
6 deletions
src/10_xray.md
+
7
−
6
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment