help-octave
[Top][All Lists]
Advanced

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

Re: Lines outside axis when printing a plot


From: Louis Ciotti
Subject: Re: Lines outside axis when printing a plot
Date: Tue, 4 Jan 2011 15:40:47 -0500

I am setting the axes manually using the axis([xmin xmax ymin ymax])
command.  Like I said it only has a problem when I do a
print('figure.eps','-depsc')

On Tue, Jan 4, 2011 at 3:06 PM, Landu Kiranmayi
<address@hidden> wrote:
> try setting axes manual instead of auto
> example: xlim([xmin xmax])
>
> Louis Ciotti wrote:
>>
>> I am plotting some data, and when I print it to a .eps file the values
>> that our outside of my axis limits are showing.  i.e. if the x lower
>> limit is 100, and the data plotted has 95, it shows up when I print to
>> the .eps file.  It looks fine in the figure window.  Is there a way to
>> stop this?
>> _______________________________________________
>> Help-octave mailing list
>> address@hidden
>> https://mailman.cae.wisc.edu/listinfo/help-octave
>>
>
>


reply via email to

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