Spaces:
Running
Running
ci fixes
Browse files
probability/15_poisson_distribution.py
CHANGED
@@ -195,10 +195,10 @@ def _(mo):
|
|
195 |
@app.cell(hide_code=True)
|
196 |
def _(fig_to_image, mo, plt):
|
197 |
def create_time_division_visualization():
|
198 |
-
#
|
199 |
fig, ax = plt.subplots(figsize=(12, 2))
|
200 |
|
201 |
-
# Example events
|
202 |
events = [2.75, 7.12]
|
203 |
|
204 |
# array of 60 rectangles
|
|
|
195 |
@app.cell(hide_code=True)
|
196 |
def _(fig_to_image, mo, plt):
|
197 |
def create_time_division_visualization():
|
198 |
+
# visualization of dividing a minute into 60 seconds
|
199 |
fig, ax = plt.subplots(figsize=(12, 2))
|
200 |
|
201 |
+
# Example events hardcoded at 2.75s and 7.12s
|
202 |
events = [2.75, 7.12]
|
203 |
|
204 |
# array of 60 rectangles
|