Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2152
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2013-10-16 11:24 -0700 |
| Message-ID | <de15f13c-e766-4199-a1d0-079e756fd954@googlegroups.com> (permalink) |
| Subject | differences from gnuplot 4.4.3 and 4.6.x |
| From | Dom <domenic.forgione56@gmail.com> |
Hello, I have recently upgraded to gnuplot 4.6.x (On SUSE 12.3) and I have noticed that now my charts look different than they did before using 4.4.3 (UBUNTU). The code in question is as follows: # create a 3D offset on each chart # # object 1 set the background colour of the entire image set object 1 rectangle from screen 0,0 to screen 1.05,1.05 behind fc rgb "#e5e5e5" fillstyle solid noborder # # object 2 rectangle but it does'nt show up set object 2 rectangle from graph 0,0 to graph 1.05,1.05 behind fc rgb "#000000" fillstyle transparent border # # object 3 changes the color of the graph area set object 3 rectangle from graph 0,0 to graph 1.05,1.05 behind fc rgb "#fffff0" fillstyle transparent border # end 3D offset # everything else works as expected, the lines above created a 3D offset for the chart area... now the black offset doesn't show up, even though it's offset. What am I doing wrong? Thanks for your help. Dom
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar | Unroll thread
differences from gnuplot 4.4.3 and 4.6.x Dom <domenic.forgione56@gmail.com> - 2013-10-16 11:24 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x Ethan A Merritt <EAMerritt@gmail.com> - 2013-10-16 20:25 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x domenic.forgione56@gmail.com - 2013-10-16 20:47 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x Ethan A Merritt <EAMerritt@gmail.com> - 2013-10-16 23:08 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x dom <domenic.forgione56@gmail.com> - 2013-10-17 19:08 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x Ethan A Merritt <EAMerritt@gmail.com> - 2013-10-17 22:10 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x domenic.forgione56@gmail.com - 2013-10-18 12:16 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x Ethan A Merritt <merritt@u.washington.edu> - 2013-10-18 13:21 -0700
Re: differences from gnuplot 4.4.3 and 4.6.x Dom <domenic.forgione56@gmail.com> - 2013-10-18 13:56 -0700
csiph-web