Files
alfred-preferences/Alfred.alfredpreferences/snippets/matplotlib/a_simple_example [40ABDB4A-D100-4DAB-AA93-AB38A7F8398E].json
2026-03-26 09:22:38 +08:00

8 lines
291 B
JSON

{
"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" : ""
}
}