|
From: Ethan M. <eam...@gm...> - 2014-04-23 20:28:46
|
In version 4.6 there is a "real" polar axis, whereas earlier versions made
due with combined use of the x and y axes. Try changing your setup from
this:
set polar
set xrange[-40:40]
set yrange[-40:40]
set xtics axis 0,5,40
To this:
set polar
set rrange [-40:40]
set rtics 0,5,40
You may have explicitly unset the xtics
On Wed, Apr 23, 2014 at 1:00 PM, Lixus Zoran <li...@mu...> wrote:
> Hello Hans-Bernhard,
>
> thanks for letting me know that the attachments didn't got through.
> Mail including attachments was 22kb , I don't see why this needs
> to be blocked or stripped but anyhow I now put the attachments here
> http://gp.muellers.ms/
>
> This is the gnuplot script http://gp.muellers.ms/w.gnu
> all looked nice in 4.4p3 http://gp.muellers.ms/gnuplot-4.4p3.png
> now with 4.6.p0 same script creates outputs like this
> http://gp.muellers.ms/gnuplot-4.6p0.png
> missing grid and double x axis labeling, any hints ?
>
> Thanks
> Lixus
>
>
>
>
> ------------------------------------------------------------------------------
> Start Your Social Network Today - Download eXo Platform
> Build your Enterprise Intranet with eXo Platform Software
> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
> Get Started Now And Turn Your Intranet Into A Collaboration Platform
> http://p.sf.net/sfu/ExoPlatform
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via:
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|