1,100 skills found · Page 24 of 37
o40 / Csgo Spray Pattern Plottergolang + python tool to plot spray patterns
nickylogan / PypingerA real-time ping plotter in Python
fcakyon / ConfplotConfusion Matrix in Python: Plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib
mariafgg-free / Tutorial Interactive PlottingA tutorial for beginners using Python and Javascript for basic triple combo plotting
ptroyen / PyblishMaking publishing quality plots from python.
cjmcclellan / SemiPyAn open source Python library for plotting, analyzing, modeling, and documenting semiconductor electronic devices.
pushkarmutha / PySurvA Python package for plotting Kaplan-Meier survival curves
ganglix / Potentiodynamic Polarization HandlerAn interactive tool for fitting Butler-Volmer equations to potentiodynamic scan data in Jupyter Notebook. Provides corrosion parameters and user-friendly plotting with features like IR compensation and axis switching. Requires Python 3.8 (Anaconda).
m4r35n357 / ODE Playgroundc99/Python frameworks to solve ODEs using arbitrary order Power Series Method (arbitrary precision with GNU MPFR), validate solutions using Clean Numerical Simulation, and plot bifurcation diagrams. Plus n-body simulations using composed symplectic integrators. OpenGL (legacy) 3D plotting. No Wayland support, for ever, and no "a1".
nitronayak / StarCCMAutomationThis macro was designed to hep automate your STAR-CCM post-processes. This repo contains a macro which exports all scenes and plots to a separate folder. Once completed, run the supplied python file to complete post processing by generating a presentation with all scenes and plots labelled.
rohanmistry231 / Seaborn Interview PreparationA focused resource for mastering Seaborn, featuring practice problems, code examples, and interview-oriented data visualization techniques in Python. Covers creating advanced statistical plots and customizing visualizations for data science interviews.
oosei25 / Seaborn Objects Recipesseaborn_objects_recipes is a Python package that extends the functionality of the Seaborn library, providing custom recipes for enhanced data visualization. This package includes below features to augment your Seaborn plots with additional capabilities.
AIMLModeling / LatentSpaceLatent space refers to an abstract multi-dimensional space containing feature values that we cannot interpret directly, but which encodes a meaningful internal representation of externally observed events. The latent space is simply a representation of compressed data in which similar data points are closer together in space. I plotted Latent Space on a 2D space and demonstrated how similar images are clustered in the latent space with Python model. You are welcome to provide your comments and subscribe to my YouTube channel. https://youtu.be/8pStfRgShtI
shreyas7kha / FootballFbrefPlottingFbref is a popular football stats/metrics site which collections information from Ted Knutson's StatsBomb. You can save this data in a csv or excel format. This is a Python module which collects any raw csv file from Fbref and plot the data based on whichever two axes you want it to. You can also scrape data from whichever Fbref page you wish to.
CJinny / PCircospython plotly Circos
harryallum / Dash Property DashboardProperty investment dashboard built with Python and Plotly Dash
bhattbhavesh91 / Sankey Diagram Plotly TutorialGenerating Sankey Diagrams or Alluvial Diagrams with Python's Plotly Library
pliolios / CurvedigitizerDigitize scientific plots with Python
mbaddeley / ContikipyAutomated cooja simulations, log parsing, and plotting with python.
dlab-berkeley / Python Data VisualizationD-Lab's 4-hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.