help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SOLVED] change position of x-axis


From: Vlăduţ Frăţiman
Subject: Re: [SOLVED] change position of x-axis
Date: Wed, 12 Oct 2011 14:31:57 +0300

Sorry, I attach wrong graphic but anyway same problem.
These is correct plot for commands listed in my previous message.

On Wed, Oct 12, 2011 at 2:30 PM, Vlăduţ Frăţiman
<address@hidden> wrote:
> Still have some minor problem.
> I use modified version of __go_draw_axes__.m (thanks to Ben).
> Now, axis are positioned correctly, but horizontal axis have small
> points, not continuos line like that for vertical axis.
> My test graphics it's this (from wiki):
> x = linspace(0, 2*pi, 100);
> y = sin(x);
> plot(x, y, "linewidth", 2, "color", "black");
> set(gca,"xaxislocation","zero", "box", "off");
>
> With gnuplot I need to configure linetype of xaxis with "set xzeroaxis lt -1".
> Maybe need to edit __go_draw_axes__.m file, and put corresponding command 
> there?
> I have attached graphic to show what i mean.
> Maybe it's my octave version to blame.
>



-- 
Cu stimă,
prof. Frăţiman Vlăduţ

Attachment: Screenshot-1.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]