Skip to content
View lyonjust's full-sized avatar

Block or report lyonjust

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. single-match-xG-simulator single-match-xG-simulator Public

    Python

  2. Create raincloud subplots with matpl... Create raincloud subplots with matplotlib and seaborn
    1
    import matplotlib.pyplot as plt
    2
    import seaborn as sns
    3
    import numpy as np
    4
    
                  
    5
    def raincloud_plots(df, category_column, value_column, figsize=(7,10), cloud_to_scatter_ratio=[3,1], scatter_alpha=0.3, scatter_size=5, percentiles=[0.5, 0.9]):
  3. random random Public

    Jupyter Notebook