Skip to content

Instantly share code, notes, and snippets.

View hectormz's full-sized avatar

Hector Munoz hectormz

  • Los Angeles, CA
View GitHub Profile
@hectormz
hectormz / gist:11f7774fa009e580edcc70f10c3e0cac
Created August 9, 2022 22:03
Removing Matplotlib figure (in Jupyter) transparency
fig = plt.gcf()
fig.patch.set_facecolor("white")
fig.patch.set_alpha(1)
@hectormz
hectormz / settings.json
Last active June 7, 2020 21:13
Windows Terminal Settings including Solarized Git and Monokai
// This file was initially generated by Windows Terminal 1.0.1401.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",