From: Jim D. <ji...@di...> - 2017-04-10 21:10:24
|
> On Apr 10, 2017, at 4:07 PM, Andrzej Styczen <sty...@o2...> wrote: > > Hello, > > I wanted to ask you for help. I prepare a test program to plot in log scale. > I also prepare such plot in Matlab, where on the left side I put label in more > detail than in PLplot test program. Is there any possibility to make such plot > in PLplot as in Matlab, i.e. making more labels on axis Y in log plot? > > Have look on file "plplot_test.pdf" and "matlab_test.pdf" and my source code. > > For any suggestions or corrections in my program I will be grateful. > Try the plaxes() call (see http://plplot.sourceforge.net/docbook-manual/plplot-html-5.12.0/plaxes.html) to get the tick marks that you want. I would try to fix your code, but I don’t have a build environment setup with the new Fortran bindings—sorry. |