Re: axis text do not plot
Nicholas Jankowski <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CABNpfR9ijTOUPb+GxoKA69j_0TLUekPwrF7p0Mz=AXTUT_BDcA@mail.gmail.com> |
On Wed, May 5, 2021 at 3:54 AM Bjørn Kvamme <[email protected]> wrote: > I have some other problems. Octave will not plot this file > > load dynam > > x2=dynam(:,1) > y2=dynam(:,2) > x3=dynam(:,1) > y3=dynam(:,3) > > plot(x2,y2,'-k',x3,y3,'--k') > xlabel('Distance from liquid (Å)','fontsize',10) > ylabel('Concentration (molecules/Å^3)','fontsize',10) > set(gca,'fontsize',10) > > I do not see any errors in the setup and the file is enclosed > > Best regards, > Bjørn > > > please always keep the help list copied on replies. and again we need more information from you. please tell us the exact error messages or results you get. otherwise we don't know the problem.