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:30:06 +0300

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.

Attachment: Screenshot.png
Description: PNG image


reply via email to

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