Giter Club home page Giter Club logo

Comments (4)

nschloe avatar nschloe commented on May 20, 2024

Please provide the exact MATLAB(R) script you use to generate the figure. That way it's much easier for me to check out what goes wrong.

from matlab2tikz.

bene86 avatar bene86 commented on May 20, 2024

ok, for example here:

x=0:.01:2_pi;
H=plotyy(x,sin(x),x,3_cos(x));
ylabel(H(1),'sin(x)')
ylabel(H(2),'3cos(x)')
xlabel(gca,'time')
matlab2tikz('filename','test.tikz')

the in test.tikz both y-labels are on the left overlapping each other, however the ticks of both y-axises are at the correct place. and furthermore at the top x-axis-ticks their corresponding numbers have been included.

from matlab2tikz.

nschloe avatar nschloe commented on May 20, 2024

I added a test function and the overlap problem is fixed.

from matlab2tikz.

bene86 avatar bene86 commented on May 20, 2024

yes, it works for me now as well. It was my fault in my test latexfile i forgot to write \pgfplotsset{compat=newest}

from matlab2tikz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.