Skip to content

Instantly share code, notes, and snippets.

@laurentsenta
Last active December 23, 2015 16:58
Show Gist options
  • Save laurentsenta/4b8f8139bcb1277e9ece to your computer and use it in GitHub Desktop.
Save laurentsenta/4b8f8139bcb1277e9ece to your computer and use it in GitHub Desktop.
Searchable SVG Figs In Ipython/Jupyter Notebooks
# Render to SVG & Don't transform texts into path
%config InlineBackend.figure_formats=['svg']
matplotlib.rcParams['svg.embed_char_paths'] = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment