Skip to content

Commit

Permalink
Minor updates to 'Running your first model'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Apr 26, 2016
1 parent e9df8bf commit 6a05547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Now let's create a model with 10 agents, and run it for 10 steps.
for i in range(10):
model.step()
Next, we need to get some data out of the model. Specifically, we want to see the distribution of the agent's wealth. We can get the wealth values with list comprehension, and then use matplotlib (or the graphics library of your choice) to visualize a histogram.
Next, we need to get some data out of the model. Specifically, we want to see the distribution of the agent's wealth. We can get the wealth values with list comprehension, and then use matplotlib (or another graphics library) to visualize the data in a histogram.

.. code-block:: python
Expand Down

0 comments on commit 6a05547

Please sign in to comment.