Skip to content

Commit 33ee7f1

Browse files
authored
Merge pull request #261 from AaltoSciComp/revmatplotlib
Mentioning of possible need for extra packages. Fixes #260
2 parents 00844d0 + cfbc4db commit 33ee7f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/data-visualization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ ax.tick_params(labelsize=15)
417417
418418
- Browse the various example galleries (links above).
419419
- Select one example that is close to your recent visualization project or simply interests you.
420+
- Note that you might need to install additional Python packages in order make use of the libraries.
421+
This could be the visualization library itself, and in addition also any required dependency package.
420422
- First try to reproduce this example in the Jupyter notebook.
421423
- Then try to print out the data that is used in this example just before the call of the plotting function
422424
to learn about its structure. Is it a pandas dataframe? Is it a NumPy array? Is it a dictionary? A list?

0 commit comments

Comments
 (0)