init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fig = plt.figure() # an empty figure with no Axes\nfig, ax = plt.subplots() # a figure with a single Axes\nfig, axs = plt.subplots(2, 2) # a figure with a 2x2 grid of Axes",
|
||||
"uid" : "86D1AF5B-BD14-4154-A221-247852D6837F",
|
||||
"name" : "Figure",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fig, ax = plt.subplots() # Create a figure containing a single axes.\nax.plot([1, 2, 3, 4], [1, 4, 2, 3]); # Plot some data on the axes.",
|
||||
"uid" : "40ABDB4A-D100-4DAB-AA93-AB38A7F8398E",
|
||||
"name" : "a_simple_example",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/matplotlib/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/matplotlib/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
12
Alfred.alfredpreferences/snippets/matplotlib/info.plist
Normal file
12
Alfred.alfredpreferences/snippets/matplotlib/info.plist
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
<key>snippetkeywordprefix</key>
|
||||
<string></string>
|
||||
<key>snippetkeywordsuffix</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user