Skip to content

Instantly share code, notes, and snippets.

View Lusimba's full-sized avatar
🏠
Working from home

Neville Lusimba Lusimba

🏠
Working from home
  • Hyderabad, India
View GitHub Profile
@Lusimba
Lusimba / media-query.css
Created July 16, 2021 23:00 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
#importing libraries
import matplotlib.pyplot as plt
import matplotlib.animation as animation
fig = plt.figure()
#creating a subplot
ax1 = fig.add_subplot(1,1,1)
def animate(i):