CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: flotus1
Forum: Visualization & Post-Processing September 12, 2013, 02:24
Replies: 40
Views: 5,032
Posted By flotus1
If you give the file its correct extension...

If you give the file its correct extension (.png), everything works fine.
Dont get confused here, the terminal name in gnuplot is pngcairo, but still a png file is produced.
25313

For two-sided...
Forum: Visualization & Post-Processing September 9, 2013, 14:37
Replies: 40
Views: 5,032
Posted By flotus1
http://www.phyast.pitt.edu/~zov1/gnuplot/html/stat...

http://www.phyast.pitt.edu/~zov1/gnuplot/html/statistics.html
Forum: Visualization & Post-Processing September 9, 2013, 11:51
Replies: 40
Views: 5,032
Posted By flotus1
I have no idea, and apparently, there is no way...

I have no idea, and apparently, there is no way to do this in gnuplot directly.
But google seems to know another way to do this if you search for "gnuplot compare two files" and hit the first...
Forum: Visualization & Post-Processing September 9, 2013, 10:26
Replies: 40
Views: 5,032
Posted By flotus1
You can directly specify the size of the...

You can directly specify the size of the png-file.
set terminal pngcairo size 1200, 600
will result in a a figure of 1200*600 pixels.



This works almost the same way as in M$ Excel.
plot...
Forum: Visualization & Post-Processing September 8, 2013, 08:53
Replies: 40
Views: 5,032
Posted By flotus1
Seriously, why dont you erase the brackets in the...

Seriously, why dont you erase the brackets in the datafiles?



I mean that you cant have the correct representation of that line style in the key automatically, because the line with dots will...
Forum: Visualization & Post-Processing September 8, 2013, 06:17
Replies: 40
Views: 5,032
Posted By flotus1
This can be achieved wit the "every" plot option....

This can be achieved wit the "every" plot option.
plot "datafile.dat" every 5 w p
will only plot every 5th point in your data set.
Edit:
With the linepoints stile, I guess you want to have every...
Forum: Visualization & Post-Processing September 7, 2013, 18:30
Replies: 40
Views: 5,032
Posted By flotus1
Try to play around with the margin settings ("set...

Try to play around with the margin settings ("set lmargin a" and "set rmargin b" with low integer values for a and b).
You can also try to adjust the size of the plot by "set size 1.2,1.0" or...
Forum: Visualization & Post-Processing September 7, 2013, 07:58
Replies: 40
Views: 5,032
Posted By flotus1
I am not sure what you mean by "extend the...

I am not sure what you mean by "extend the x-axis"
You could adjust the range
set xrange [xmin:xmax]

or adjust the size of the plot
set size xsize,ysize

Type "help margin" for more info on...
Forum: Visualization & Post-Processing September 7, 2013, 07:14
Replies: 40
Views: 5,032
Posted By flotus1
There are many ways to improve on the look of the...

There are many ways to improve on the look of the figure.
First of all, the png-terminal has to go. Try "set terminal pngcairo" instead of "set terminal png".
The figure will look way better with...
Forum: Visualization & Post-Processing July 2, 2013, 06:12
Replies: 40
Views: 5,032
Posted By flotus1
This looks like an older version of Kawanos...

This looks like an older version of Kawanos gnuplot site, so yes, it has all the information you need.
Since gnuplot has a learning curve, be prepared to spend a few hours before your first plot...
Forum: Visualization & Post-Processing July 1, 2013, 13:02
Replies: 40
Views: 5,032
Posted By flotus1
What a pity! This really is the best site for...

What a pity! This really is the best site for gnuplot.
You could try to google for "gnuplot not so frequently asked questions" and see if there is another archive of this page you are allowed to...
Forum: Visualization & Post-Processing July 1, 2013, 11:21
Replies: 40
Views: 5,032
Posted By flotus1
For the datafile format you describe, you could...

For the datafile format you describe, you could start with

plot 'datafile.dat' using 1:2 with linesDepends on what you want exactly.


set terminal png
set output 'mygraph.png'
replot
will...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT -4. The time now is 00:09.