Skip to content

Instantly share code, notes, and snippets.

View mgymrek's full-sized avatar

Melissa Gymrek mgymrek

  • UCSD
  • La Jolla, CA
View GitHub Profile
@mgymrek
mgymrek / itable-no-borders.ipynb
Created September 14, 2014 23:22
itable-no-broders
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgymrek
mgymrek / beeswarm_boxplot.ipynb
Created March 22, 2014 21:59
Overlaying boxplots on beeswarm plots in python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgymrek
mgymrek / ipython-presentations-build-tables.ipynb
Last active January 3, 2016 03:49
Adding animated tables to your IPython presentations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgymrek
mgymrek / ipython-pretty-tables.ipynb
Created January 12, 2014 19:05
Making formatted tables for IPython notebooks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgymrek
mgymrek / gist:8343462
Created January 9, 2014 22:41
stuff to change in lobstr for Mac
diff --git a/configure.ac b/configure.ac
index 81249bd..c76f394 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,10 +24,12 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_FC
AC_PROG_F77
+#AC_F77_WRAPPERS
@mgymrek
mgymrek / CompileFiguresTables.py
Last active July 6, 2016 03:13
A handy tool for automatically compiling figures and tables for a manuscript directly from an IPython notebook.
def usage():
print """
Usage: python CompileFiguresTables.py --figlist <FILE> --nb <FILE>[,<FILE>,<file...] --out <STRING>
This script compiles figures and tables with legends for a paper from an ipython notebook.
Main text figures are compiled to A4 sized PDFs, with a specified layout,
giving "A", "B", "C", etc. Figure legends and tables written to a .docx file.
Supplemental figures and tables are compiled to a .docx file, with one
@mgymrek
mgymrek / matplotlib-build-figures.ipynb
Last active December 31, 2015 05:09
Adding build figures to your IPython presentation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.