Skip to content

Commit 4463689

Browse files
committed
Update distributions.md
1 parent adc501d commit 4463689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials-v5/visualization/distributions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Here, we display the spatial distribution of the wave function for the harmonic
3232

3333
Optionally, define a range of values for each coordinate with the parameter called `extent`. Also, define a number of data points inside the given range with the optional parameter called `steps`. From this information, the distribution is generated and can be visualized with the `.visualize()` method.
3434

35-
It is also possible to calculate, along a given axis, the marginal distribution with `.marginal()` or the projection distribution with `.project()`.
36-
3735
```python
3836
M=8
3937
N=20

0 commit comments

Comments
 (0)