Created
September 8, 2022 17:48
-
-
Save erdogant/31d4a49e15429de2e8cacd36c81c319c to your computer and use it in GitHub Desktop.
d3blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Import library | |
| from d3blocks import D3Blocks | |
| # Initialize | |
| d3 = D3Blocks() | |
| # Make particles | |
| d3.particles('D3Blocks', collision=0.05, spacing=10, figsize=[1200, 500]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment