author | bhanu |
Thu, 11 Nov 2010 02:16:07 +0530 | |
changeset 477 | 0406115dccd1 |
parent 398 | 36295bb91766 |
permissions | -rw-r--r-- |
398
36295bb91766
Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
diff
changeset
|
1 |
Saving a plot(png):\\ |
36295bb91766
Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
diff
changeset
|
2 |
{\ex \lstinline| savefig('filename.png')|} |
36295bb91766
Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
diff
changeset
|
3 |
|
36295bb91766
Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
diff
changeset
|
4 |
Saving a plot(pdf):\\ |
36295bb91766
Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
diff
changeset
|
5 |
{\ex \lstinline| savefig('filename.pdf')|} |