Advertisement
Guest User

Gnuplot

a guest
Feb 21st, 2017
2,829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. gnuplot> set term dumb
  2. Terminal type set to 'dumb'
  3. Options are 'feed size 79, 24 aspect 2, 1'
  4. gnuplot> p sin(x)
  5.  
  6. 1 +-+--------------***---------------+---**-----------+--------**----+-+
  7. + * * + * ** + * * +
  8. 0.8 +-+ * * * * sin(x* *******-+
  9. | * * * * * * |
  10. 0.6 *-+ * * * * * * +-+
  11. |* * * * * * * |
  12. 0.4 +*+ * * * * * *+-+
  13. |* * * * * * * |
  14. 0.2 +*+ * * * * * *-+
  15. 0 +-* * * * * * *-+
  16. | * * * * * * *|
  17. -0.2 +-+* * * * * * +*+
  18. | * * * * * * *|
  19. -0.4 +-+* * * * * * +*+
  20. | * * * * * * *
  21. -0.6 +-+ * * * * * * +-*
  22. | * * * * * * |
  23. -0.8 +-+ * * * * * * +-+
  24. + * * + ** * + * * +
  25. -1 +-+----**--------+-----------**----+--------------***--------------+-+
  26. -10 -5 0 5 10
  27.  
  28. gnuplot>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement