- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to plot png in gnuplot
Operating System - HP-UX
1819804
Members
3308
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 05:03 AM
тАО11-02-2005 05:03 AM
How to plot png in gnuplot
Hi all,
I collected the system details with sar and other utilities. Can someone tell me how to generate .png files with this ?
Here is where I am.....
# /usr/local/bin/gnuplot
G N U P L O T
Unix version 3.7
patchlevel 1
last modified Fri Oct 22 18:00:00 BST 1999
Copyright(C) 1986 - 1993, 1998, 1999
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual
The gnuplot FAQ is available from
<>
Send comments and requests for help to
Send bugs, suggestions and mods to
Terminal type set to 'unknown'
gnuplot>
I found there is a command 'plot' to get a some image....just wondering what info do I need to provide here.
Guru's ...please help me.
Cheer's
Raneesh Vijayan
I collected the system details with sar and other utilities. Can someone tell me how to generate .png files with this ?
Here is where I am.....
# /usr/local/bin/gnuplot
G N U P L O T
Unix version 3.7
patchlevel 1
last modified Fri Oct 22 18:00:00 BST 1999
Copyright(C) 1986 - 1993, 1998, 1999
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual
The gnuplot FAQ is available from
<>
Send comments and requests for help to
Send bugs, suggestions and mods to
Terminal type set to 'unknown'
gnuplot>
I found there is a command 'plot' to get a some image....just wondering what info do I need to provide here.
Guru's ...please help me.
Cheer's
Raneesh Vijayan
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 05:54 AM
тАО11-02-2005 05:54 AM
Re: How to plot png in gnuplot
Hi Raneesh
I didn't get ur question completly...!!
I think below link will help you. It says
Output to a file
By selecting a different terminal type, it is possible to output to a large number of graphic formats, you can get a full list by typing 'set term', lets ouput this graph using the png terminal (Portable network graphics).
gnuplot> set terminal png
Terminal type set to 'png'
Options are ' small color'
This tells us that we set the terminal type to png with the default options small and color. 'set term' gives a list of the different options for each terminal type.
We need to supply a filename for the output, this is done using the command 'set out', then simply replot the graph and voila!
gnuplot> set output 'sin_graph.png'
http://mathewpeet.org/computing/gnuplot/tutorial1/
Also
http://www.mayoxide.com/sargraph/sargraph.ksh
Regards
CS
I didn't get ur question completly...!!
I think below link will help you. It says
Output to a file
By selecting a different terminal type, it is possible to output to a large number of graphic formats, you can get a full list by typing 'set term', lets ouput this graph using the png terminal (Portable network graphics).
gnuplot> set terminal png
Terminal type set to 'png'
Options are ' small color'
This tells us that we set the terminal type to png with the default options small and color. 'set term' gives a list of the different options for each terminal type.
We need to supply a filename for the output, this is done using the command 'set out
gnuplot> set output 'sin_graph.png'
http://mathewpeet.org/computing/gnuplot/tutorial1/
Also
http://www.mayoxide.com/sargraph/sargraph.ksh
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 09:20 AM
тАО11-02-2005 09:20 AM
Re: How to plot png in gnuplot
Here's an excellent tutorial and reference to gnuplot.
enjoy!!!
enjoy!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 09:37 AM
тАО11-02-2005 09:37 AM
Re: How to plot png in gnuplot
Here's the link to the tutorial that i forgot to include in my previous post:
http://www-128.ibm.com/developerworks/library/l-gnuplot/
http://www-128.ibm.com/developerworks/library/l-gnuplot/
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP