Skip to content

Instantly share code, notes, and snippets.

@sergiolucero
Created April 25, 2021 16:28
Show Gist options
  • Select an option

  • Save sergiolucero/3dde0da08be95edc81b34d43257067d2 to your computer and use it in GitHub Desktop.

Select an option

Save sergiolucero/3dde0da08be95edc81b34d43257067d2 to your computer and use it in GitHub Desktop.
essential python plotting tools
import matplotlib.pyplot as plt
import seaborn as sns
import altair as alt
# plot.ly, dash...
fig, ax = plt.subplots(1, figsize=(20,12))
@sergiolucero

sergiolucero commented Apr 25, 2021

Copy link
Copy Markdown
Author

image
image
image

@sergiolucero

Copy link
Copy Markdown
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment