I want to graphically display the results I obtained. I decided not to use MatLab and instead I will ask pgfplots to read my data from a file and draw the curves.
An example follows in attachment (refer to it when reading questions posted below).
There are some questions I could not answer (yet) and hope somebody out there may help me:
- Axis Layout: The standard output for these kind of graphics, is usually a box whose axes have the same size. I would like to stretch it, so that x-axis is (say) 4 or 5 times larger than y-axis. How can I do that?
- Marker: The time series I want to plot, does have some time gaps (i.e. some "no data available" during certain time spans). Of course it is necessary those gaps be well evident: no data means blank "hole" on the graph (MatLab language is NaN).
Using default markers (or no markers at all) LaTeX does not produce any output in correspondence of the x-axis gap, but it does connect points bounding the gap segment. I had to ask LaTeX to use "Mark only" when drawing the plot so no line was drawn and gap segments remained blank.
What I want to achieve is Draw a line (with no markers!) but still leave with spaces where data are "Not available/NaN/missing".
Any input is sincerely appreciated
Thank you!
Kind regards from Lisbon
Marco