|
From: sfeam (E. Merritt) <eam...@gm...> - 2012-04-27 02:15:23
|
On Thursday, 26 April 2012, pl...@pi... wrote: > Hi, > > I just tried a build with CANVAS_OVERSAMPLE aka SVG_SCALE=100 > > Good news is nothing too bad happens but I'm not sure what I get for my > money. > > > > <path d='M489.2,197.0 L484.7,197.0 M489.2,193.3 L484.7,193.3 > M489.2,189.6 L484.7,189.6 M489.2,186.0 L484.7,186.0 > M489.2,182.3 L484.7,182.3 M489.2,178.6 L484.7,178.6 M489.2,175.0 > L484.7,175.0 M489.2,171.3 L484.7,171.3 > M489.2,167.7 L484.7,167.7 M489.2,164.0 L480.2,164.0 h0.01'/> > > > What difference should I see ? I thought this was supposed to add and > extra d.p. to the x,y coords. Yeah, I noticed that right after I posted my previous suggestion. I fixed it in CVS yesterday, but you probably haven't updated since then. Ethan > > From the source, it just looks like it changes the preset variables it > prints for the js mouse code. > > > <script type="text/javascript"><![CDATA[ > // plot boundaries and axis scaling information for mousing > gnuplot_svg.plot_term_xmax = 60; > gnuplot_svg.plot_term_ymax = 48; > gnuplot_svg.plot_xmin = 6.4; > gnuplot_svg.plot_xmax = 48.9; > gnuplot_svg.plot_ybot = 40.2; > gnuplot_svg.plot_ytop = 5.4; > gnuplot_svg.plot_width = 42.6; > gnuplot_svg.plot_height = 34.8; > gnuplot_svg.plot_axis_xmin = 0; > gnuplot_svg.plot_axis_xmax = 1980; > gnuplot_svg.plot_axis_ymin = -5; > gnuplot_svg.plot_axis_ymax = 90; > gnuplot_svg.polar_mode = false; > gnuplot_svg.plot_axis_x2min = "none" > gnuplot_svg.plot_axis_y2min = -50; > gnuplot_svg.plot_axis_y2max = 900; > gnuplot_svg.plot_logaxis_x = 0; > gnuplot_svg.plot_logaxis_y = 0; > gnuplot_svg.plot_timeaxis_x = "Time"; > ]]> > </script> > > > > > also mouse coords gets a bit confused though I don't understand how. > > y mouse coord is upside down , x TIME coord gets 24h in several times > across the plot that is just a daily plot. > > > x=00:30 reads 05:53 ; y1=30 reads -640 !? > > > Needs a fix. > > > > Thx, Peter > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |