3.45.3 Can you answer these questions?

3.45.3.1 Avoid that scaletikz scales text for subplots
3.45.3.2 How to make gnuplot handle fractions as float in pgfplots
3.45.3.3 Nordic characters in matlab code

Can you answer these?

3.45.3.1 Avoid that scaletikz scales text for subplots

https://tex.stackexchange.com/questions/405620/avoid-that-scaletikz-scales-text-for-subplots

Say I have the following tikzfigure, which contains 3 subplots (created using matlab2tikz) which is severely to large to fit on a page. 
\begin{tikzpicture} 
\begin{axis}[% 
width=3.878in, 
...
 
- asked by Nicky Mattsson 2votes
3.45.3.2 How to make gnuplot handle fractions as float in pgfplots

https://tex.stackexchange.com/questions/405158/how-to-make-gnuplot-handle-fractions-as-float-in-pgfplots

If I use gnuplot inside pgfplots it doesn't seem to recognize fractions properly as floats, thus I have to type 3/7. instead of 3/7 which is annoying. Is there a way to change this behaviour globally? 
...
                                                                                  

                                                                                  
 
- asked by student 3votes
3.45.3.3 Nordic characters in matlab code

https://tex.stackexchange.com/questions/405852/nordic-characters-in-matlab-code

I'm new here and pretty new to LaTeX, so go easy on me. I'm importing MATLAB code from .m files using \lstset{language=Matlab}, but have some trouble with nordic characters "A~\[Yen], A~\[Currency], A~\[Paragraph]". the rest of the  ...
 
- asked by Jelled Fro 1vote