Giter Site home page Giter Site logo

Comments (5)

nschloe avatar nschloe commented on May 30, 2024

Options to tikzpicture, hmm, never heard of it. What kind of thing would you imagine?

from matlab2tikz.

blubbafett avatar blubbafett commented on May 30, 2024

I.e.

\pgfplotsset{every axis/.append style={line width=0.5pt}}

or something like

\tikzstyle{plot legend}=[
   rounded corners=2.5pt,inner xsep=3pt,inner ysep=2pt,
   draw=black,fill=white,
   font=\footnotesize,cells={anchor=center},
   nodes={inner sep=2pt,text depth=0.15em,rounded corners=0pt,right}]
\pgfplotsset{every axis legend/.style={plot legend,at={(0.98,0.98)},below left}}

Might be that this can be placed inside the axis environment as well, not 100% sure. But IMO it makes the document cleaner if put outside.

from matlab2tikz.

nschloe avatar nschloe commented on May 30, 2024

Yeah definitely. I'm not sure what \pgfplotsset{every axis legend/. does when different legend options are specified in the axis environment, but I can see adding something like this after \begin{tikzpicture} would be useful. Let's not call it "option" though; after all, it's not like the syntax is \begin{tikzpicture}[extra stuff here], but more like

\begin{tikzpicture}
extra stuff here
[...]

Maybe extraTikzSettings?

from matlab2tikz.

blubbafett avatar blubbafett commented on May 30, 2024

Settings sounds better than options, so you can go for that. Not sure which option(s) that are used when you have the some options in the \pgfplotsset{every axis.legend/.} outside the axis environment and other legend options inside the environment, but what I've mainly done is to just make sure the legend is present in the plot in Matlab, and then do all the settings from \pgfplotsset{ever axis legend/. in order to get the legend as I want it to be.

Just thought that after the neat way of adding extra axis options was introduced in m2t (saves me for a lot of time actually, so it's fantastic), it could be nice to have the same possibility outside the axis environment as well, even though it probably won't be used as much as the extraAxisOptions.

from matlab2tikz.

nschloe avatar nschloe commented on May 30, 2024

I agree I'd be useful. I'll add it later today.

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.