Skip to content

Instantly share code, notes, and snippets.

@jbwhit
jbwhit / scene.py
Last active June 8, 2023 17:20
This code creates this video here: https://youtu.be/g5QsoVxFSx0
import numpy as np
import pandas as pd
from manim import *
class SolarSystem(ThreeDScene):
def construct(self):
# Set the initial camera position
self.set_camera_orientation(phi=75 * DEGREES, theta=30 * DEGREES)
colors = {
@jbwhit
jbwhit / Fixing matplotlib transparent label problems.ipynb
Last active May 26, 2023 22:50
Matplotlib label transparency problems
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbwhit
jbwhit / part.bash
Last active October 1, 2019 22:00
A small piece of a .bashrc that could be very useful.
# Add to your bashrc -- look at what you're adding piece by piece
# Reset
Color_Off='\e[0m' # Text Reset
# Regular Colors
Black='\e[0;30m' # Black
Red='\e[0;31m' # Red
Green='\e[0;32m' # Green
@jbwhit
jbwhit / Understanding-Autoreload.ipynb
Created March 19, 2017 22:06
An example of what autoreload does in its different modes.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbwhit
jbwhit / splines_bsplines_scipy.ipynb
Last active September 28, 2017 03:05
How to convert from old scipy spline code into future code.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbwhit
jbwhit / 2014-09-08-insight-ipython.ipynb
Last active July 9, 2017 02:07
Insight IPython Notebook quick seminar
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.