Skip to content

Instantly share code, notes, and snippets.

View goepp's full-sized avatar

Vivien Goepp goepp

View GitHub Profile
@dogukancagatay
dogukancagatay / Makefile
Created June 27, 2014 18:14
Simple latex Makefile using latexmk
# Latex Makefile using latexmk
# Modified by Dogukan Cagatay <[email protected]>
# Originally from : http://tex.stackexchange.com/a/40759
#
# Change only the variable below to the name of the main tex file.
PROJNAME=main
# You want latexmk to *always* run, because make does not have all the info.
# Also, include non-file targets in .PHONY so they are run regardless of any
# file of the given name existing.
@shane5ul
shane5ul / MPLSubplots.ipynb
Created June 6, 2017 17:38
A jupyter notebook demonstrating inset plots, subplots, and twin yaxis plots in Matplotlib.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.