Package for useful frequent functions
Project description
# NicksToolbox This is my package.
In order to install it, run `bash $ pip install nickstoolbox $ python >>> import nickstoolbox as ns `
## Functions and Classes
### ns.HowsMyMemory() Prints the current time, and how much memory is being used
### ns.EndCode() Prints that the code ended along with the timestamp in which it ended
### ns.Scatter(x,y,z,c=’b’,marker=’o’,depthshade=True,xlabel=’’,ylabel=’’,zlabel=’’):
### ns.ViewAvailableFonts(): Prints the available fonts for Matplotlib
### ns.ScatterWithHist(x, y, scatterstyle=’bo’, bin_no = None, cx = ‘red’, cy = ‘cyan’,alphaVal=0.5): This plots your xy plots but also puts in the histogram distribution of the x values on the x-axis and the histogram distribution of the y values on the y-axis. This was originally suggested by Dr. Gari Clifford as a sanity check to make sure that your data was properly distributed.
### ns.ActivateLatex():
### ns.SetTicks(size=20):
### ns.FlattenList(input_list):
### ns.flatten(input_list):
### ns.DrawBoundary(x,y):
### class SendEmail():
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 Distribution
File details
Details for the file nickstoolbox-0.2.tar.gz
.
File metadata
- Download URL: nickstoolbox-0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d837ebbd63dbda4f2b01df7f0cac6178f3c55bf23cf64df05268f1f8afccc12e |
|
MD5 | d5992f42e730e162e4541b0f29a507e9 |
|
BLAKE2b-256 | 8acf5f4c762d4f2158818c5dc5aac53837250d07a6dccac7c4f1b7c71afba141 |