From 20c0dd2e7c8d01181b1621d77420bc7f92926db0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 19 Nov 2013 16:41:22 -0500 Subject: Remove ticker import from matplotlib snippert Tend to use `locator_params` much more now --- snippets/python-mode/plt | 1 - 1 file changed, 1 deletion(-) (limited to 'snippets') diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt index 804972c..7952fff 100644 --- a/snippets/python-mode/plt +++ b/snippets/python-mode/plt @@ -2,7 +2,6 @@ # key: plt # -- import matplotlib.pyplot as plt -from matplotlib import ticker import pltaid $0 -- cgit v1.2.3