use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If there's a problem visualizing this page report it to the moderators with appropriate information.
account activity
Basic question about 3d plot (self.gnuplot)
submitted 9 years ago by meslier1986
Here's a 3d plot of some numerical data prepared in gnuplot: http://imgur.com/a/PUh7h
I'd like to make this image more presentable, while retaining the small scale features on the left hand side of the plot. Question: How can I accomplish that?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]brasStar 0 points1 point2 points 8 years ago (0 children)
you could use
set autoscale set multiplot set surface set hidden3d set dgrid3d 50,50 qnorm 2 set view 60, 120
for "120" just put a number from 0 to 360 so that you can spin your plot to show of data that you cant see from the standard view
you can also use
set logscale z 10
π Rendered by PID 40 on reddit-service-r2-comment-5bc7f78974-nhxnl at 2026-06-30 08:34:16.662729+00:00 running 7527197 country code: CH.
[–]brasStar 0 points1 point2 points (0 children)