visualize queue with matplotlib
Project description
visualize_queue
this program visualize queue, so you can see and understand how queue makes work this defaults to to 3 seconds per action. if you want to change time, change plt.pause()
Example usage
if name == "main": queue_visualization = QueueVisualization() queue_visualization.enqueue(12) queue_visualization.enqueue(3) queue_visualization.dequeue() queue_visualization.enqueue(8) queue_visualization.dequeue() plt.show()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file visualize_queue-0.0.1.1-py3-none-any.whl.
File metadata
- Download URL: visualize_queue-0.0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbc5b1f974be442bb0065cb445e65705ed8ae01a33dfbd1dadaac0bc048e4b8f
|
|
| MD5 |
862a5773a24cabc18dc03f82140c36f7
|
|
| BLAKE2b-256 |
62a3283259eacddf9e0bdc0ccb406ccc6d20012f3f16be1bb103b04a5a1654c2
|