Skip to content

Commit

Permalink
Mentioning of possible need for extra packages. Fixes #260
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhellsvik committed Nov 3, 2023
1 parent 00844d0 commit cfbc4db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ ax.tick_params(labelsize=15)
- Browse the various example galleries (links above).
- Select one example that is close to your recent visualization project or simply interests you.
- Note that you might need to install additional Python packages in order make use of the libraries.
This could be the visualization library itself, and in addition also any required dependency package.
- First try to reproduce this example in the Jupyter notebook.
- Then try to print out the data that is used in this example just before the call of the plotting function
to learn about its structure. Is it a pandas dataframe? Is it a NumPy array? Is it a dictionary? A list?
Expand Down

0 comments on commit cfbc4db

Please sign in to comment.