πŸ’» Coding Mission

Visualize a Neuron's Spike Train

+20 XP
Click Run to start Python
Write code that:
1. Generates a list of spike times (when a neuron fired)
2. Creates a scatter plot of spike times
3. Properly labels and styles the plot like an NMA figure

Hints (only if you're stuck!)

solution.py
● Loading...