Skip to content
View chaksoham's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report chaksoham

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. Data-Visualization Data-Visualization Public

    Jupyter Notebook

  2. ExampleBlockChain ExampleBlockChain Public

    How Block chain works

    Java

  3. JMS_Examples JMS_Examples Public

    Simple hands on how to use JMS queues

    Java

  4. SparkTutorial SparkTutorial Public

    Simple hands on with spark

    Java

  5. render race graph render race graph
    1
    fig, ax = plt.subplots(figsize=(15, 10))
    2
    animator = animation.FuncAnimation(fig, draw_barchart, frames=range(1990, 2019),interval=700)
    3
    HTML(animator.to_jshtml())
    4
    # Set up formatting for the movie files
    5
    writer = animation.FFMpegWriter(fps=10, metadata=dict(artist='Me'), bitrate=1800)
  6. Refugee data Refugee data
    1
    import pandas as pd
    2
    import numpy as np
    3
    import matplotlib.pyplot as plt
    4
    import matplotlib.ticker as ticker
    5
    import matplotlib.animation as animation