qtrocket2/docs/doxygen/html/MatplotlibPlotter_8h_source.html

243 lines
31 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.13.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>QtRocket: include/plotting/MatplotlibPlotter.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">QtRocket
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()">&#160;</span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('MatplotlibPlotter_8h_source.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">MatplotlibPlotter.h</div></div>
</div><!--header-->
<div class="contents">
<a href="MatplotlibPlotter_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef MATPLOTLIBPLOTTER_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define MATPLOTLIBPLOTTER_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &quot;<a class="code" href="Plotter_8h.html">Plotter.h</a>&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &quot;<a class="code" href="matplotlibcpp_8h.html">matplotlibcpp.h</a>&quot;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacematplotlibcpp.html">plt</a> = <a class="code hl_namespace" href="namespacematplotlibcpp.html">matplotlibcpp</a>;</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span></div>
<div class="foldopen" id="foldopen00012" data-start="{" data-end="};">
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"><a class="line" href="classMatplotlibPlotter.html"> 12</a></span><span class="keyword">class </span><a class="code hl_class" href="classMatplotlibPlotter.html">MatplotlibPlotter</a> : <span class="keyword">public</span> <a class="code hl_class" href="classPlotter.html">Plotter</a> {</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="classMatplotlibPlotter.html#a2a542fb57ecd3de2529be600cfd10a73"> 14</a></span> <span class="keyword">virtual</span> <a class="code hl_function" href="classMatplotlibPlotter.html#a2a542fb57ecd3de2529be600cfd10a73">~MatplotlibPlotter</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="foldopen" id="foldopen00016" data-start="{" data-end="}">
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="classMatplotlibPlotter.html#a2f06fef0a2bd9a918522d111d3021489"> 16</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classMatplotlibPlotter.html#a2f06fef0a2bd9a918522d111d3021489">plot2D</a>(<span class="keyword">const</span> std::vector&lt;double&gt;&amp; xData,</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">const</span> std::vector&lt;double&gt;&amp; yData,</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <span class="keyword">const</span> std::string&amp; title,</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">const</span> std::string&amp; xLabel,</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <span class="keyword">const</span> std::string&amp; yLabel)<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a34e6ea8c8ee6779fe909ecac2ef945c8">plt::figure</a>();</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a90ba2143110bba254f163102a6ab450b">plt::plot</a>(xData, yData);</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="comment">// Plot any queued markers</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span>&amp; marker : <a class="code hl_variable" href="classMatplotlibPlotter.html#ab11b844c6744b6e345b98bf9010dd01c">markers_</a>) {</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a74882742dd5b2fa53cce6c2d4f5bbc2c">plt::axvline</a>(marker.first, 0.0, 1.0, {{<span class="stringliteral">&quot;color&quot;</span>, <span class="stringliteral">&quot;red&quot;</span>}, {<span class="stringliteral">&quot;linestyle&quot;</span>, <span class="stringliteral">&quot;--&quot;</span>}});</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ad765633aecb8e1000c8ee64783d47dd7">plt::text</a>(marker.first, *std::max_element(yData.begin(), yData.end()),</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> marker.second);</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> }</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a6de552522cdfa4d42e1ab11364f34a18">plt::title</a>(title);</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a93e96cce1779c757a9ac754639c80878">plt::xlabel</a>(xLabel);</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <a class="code hl_function" href="namespacematplotlibcpp.html#adaa29542f05e1acb0850b7e4619a9359">plt::ylabel</a>(yLabel);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ae0bbf80e73099a91df28e4fb871b166a">plt::grid</a>(<span class="keyword">true</span>);</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ac7b2ae71a81811dfb69bcef95ee8390d">plt::show</a>();</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// markers_.clear();</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> }</div>
</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="foldopen" id="foldopen00041" data-start="{" data-end="}">
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="classMatplotlibPlotter.html#a28a29f732ce721ac4eb32dfa266cedd1"> 41</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classMatplotlibPlotter.html#a28a29f732ce721ac4eb32dfa266cedd1">addMarker</a>(<span class="keywordtype">double</span> xValue, <span class="keyword">const</span> std::string&amp; label)<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_variable" href="classMatplotlibPlotter.html#ab11b844c6744b6e345b98bf9010dd01c">markers_</a>.emplace_back(xValue, label);</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> }</div>
</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="foldopen" id="foldopen00045" data-start="{" data-end="}">
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="classMatplotlibPlotter.html#ac5761e936fa12c8039779e65e068c3ae"> 45</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classMatplotlibPlotter.html#ac5761e936fa12c8039779e65e068c3ae">plotPosVelAcc</a>(<span class="keyword">const</span> std::vector&lt;double&gt;&amp; time,</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">const</span> std::vector&lt;double&gt;&amp; altitude,</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">const</span> std::vector&lt;double&gt;&amp; velocity,</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">const</span> std::vector&lt;double&gt;&amp; acceleration)<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a34e6ea8c8ee6779fe909ecac2ef945c8">plt::figure</a>();</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a78f4b6d50e52d1782d52df692232f4e1">plt::subplot</a>(3, 1, 1);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a90ba2143110bba254f163102a6ab450b">plt::plot</a>(time, altitude);</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a6de552522cdfa4d42e1ab11364f34a18">plt::title</a>(<span class="stringliteral">&quot;Altitude vs Time&quot;</span>);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_function" href="namespacematplotlibcpp.html#adaa29542f05e1acb0850b7e4619a9359">plt::ylabel</a>(<span class="stringliteral">&quot;Altitude (m)&quot;</span>);</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ae0bbf80e73099a91df28e4fb871b166a">plt::grid</a>(<span class="keyword">true</span>);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span>&amp; marker : <a class="code hl_variable" href="classMatplotlibPlotter.html#ab11b844c6744b6e345b98bf9010dd01c">markers_</a>) {</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a74882742dd5b2fa53cce6c2d4f5bbc2c">plt::axvline</a>(marker.first, 0.0, 1.0, {{<span class="stringliteral">&quot;color&quot;</span>, <span class="stringliteral">&quot;red&quot;</span>}, {<span class="stringliteral">&quot;linestyle&quot;</span>, <span class="stringliteral">&quot;--&quot;</span>}});</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ad765633aecb8e1000c8ee64783d47dd7">plt::text</a>(marker.first, *std::max_element(altitude.begin(), altitude.end()),</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> marker.second);</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> }</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a78f4b6d50e52d1782d52df692232f4e1">plt::subplot</a>(3, 1, 2);</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a90ba2143110bba254f163102a6ab450b">plt::plot</a>(time, velocity);</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a6de552522cdfa4d42e1ab11364f34a18">plt::title</a>(<span class="stringliteral">&quot;Velocity vs Time&quot;</span>);</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_function" href="namespacematplotlibcpp.html#adaa29542f05e1acb0850b7e4619a9359">plt::ylabel</a>(<span class="stringliteral">&quot;Velocity (m/s)&quot;</span>);</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ae0bbf80e73099a91df28e4fb871b166a">plt::grid</a>(<span class="keyword">true</span>);</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span>&amp; marker : markers_) {</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a74882742dd5b2fa53cce6c2d4f5bbc2c">plt::axvline</a>(marker.first, 0.0, 1.0, {{<span class="stringliteral">&quot;color&quot;</span>, <span class="stringliteral">&quot;red&quot;</span>}, {<span class="stringliteral">&quot;linestyle&quot;</span>, <span class="stringliteral">&quot;--&quot;</span>}});</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ad765633aecb8e1000c8ee64783d47dd7">plt::text</a>(marker.first, *std::max_element(velocity.begin(), velocity.end()),</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> marker.second);</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> }</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a78f4b6d50e52d1782d52df692232f4e1">plt::subplot</a>(3, 1, 3);</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a90ba2143110bba254f163102a6ab450b">plt::plot</a>(time, acceleration);</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a6de552522cdfa4d42e1ab11364f34a18">plt::title</a>(<span class="stringliteral">&quot;Acceleration vs Time&quot;</span>);</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a93e96cce1779c757a9ac754639c80878">plt::xlabel</a>(<span class="stringliteral">&quot;Time (s)&quot;</span>);</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <a class="code hl_function" href="namespacematplotlibcpp.html#adaa29542f05e1acb0850b7e4619a9359">plt::ylabel</a>(<span class="stringliteral">&quot;Acceleration (m/s2)&quot;</span>);</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ae0bbf80e73099a91df28e4fb871b166a">plt::grid</a>(<span class="keyword">true</span>);</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span>&amp; marker : markers_) {</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a74882742dd5b2fa53cce6c2d4f5bbc2c">plt::axvline</a>(marker.first, 0.0, 1.0, {{<span class="stringliteral">&quot;color&quot;</span>, <span class="stringliteral">&quot;red&quot;</span>}, {<span class="stringliteral">&quot;linestyle&quot;</span>, <span class="stringliteral">&quot;--&quot;</span>}});</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ad765633aecb8e1000c8ee64783d47dd7">plt::text</a>(marker.first, *std::max_element(acceleration.begin(), acceleration.end()),</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> marker.second);</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> }</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <a class="code hl_function" href="namespacematplotlibcpp.html#a14e2b6e595e057f553ef7b14ddcda82a">plt::tight_layout</a>();</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <a class="code hl_function" href="namespacematplotlibcpp.html#ac7b2ae71a81811dfb69bcef95ee8390d">plt::show</a>();</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment">// markers_.clear();</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> }</div>
</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="classMatplotlibPlotter.html#ab11b844c6744b6e345b98bf9010dd01c"> 95</a></span> std::vector&lt;std::pair&lt;double, std::string&gt;&gt; <a class="code hl_variable" href="classMatplotlibPlotter.html#ab11b844c6744b6e345b98bf9010dd01c">markers_</a>;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span>};</div>
</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="preprocessor">#endif </span><span class="comment">// MATPLOTLIBPLOTTER_H</span></div>
<div class="ttc" id="aPlotter_8h_html"><div class="ttname"><a href="Plotter_8h.html">Plotter.h</a></div></div>
<div class="ttc" id="aclassMatplotlibPlotter_html"><div class="ttname"><a href="classMatplotlibPlotter.html">MatplotlibPlotter</a></div><div class="ttdoc">Matplotlib-cpp implementation of the Plotter interface.</div><div class="ttdef"><b>Definition</b> MatplotlibPlotter.h:12</div></div>
<div class="ttc" id="aclassMatplotlibPlotter_html_a28a29f732ce721ac4eb32dfa266cedd1"><div class="ttname"><a href="classMatplotlibPlotter.html#a28a29f732ce721ac4eb32dfa266cedd1">MatplotlibPlotter::addMarker</a></div><div class="ttdeci">void addMarker(double xValue, const std::string &amp;label) override</div><div class="ttdoc">Add a vertical marker at a specific x-axis value.</div><div class="ttdef"><b>Definition</b> MatplotlibPlotter.h:41</div></div>
<div class="ttc" id="aclassMatplotlibPlotter_html_a2a542fb57ecd3de2529be600cfd10a73"><div class="ttname"><a href="classMatplotlibPlotter.html#a2a542fb57ecd3de2529be600cfd10a73">MatplotlibPlotter::~MatplotlibPlotter</a></div><div class="ttdeci">virtual ~MatplotlibPlotter()=default</div></div>
<div class="ttc" id="aclassMatplotlibPlotter_html_a2f06fef0a2bd9a918522d111d3021489"><div class="ttname"><a href="classMatplotlibPlotter.html#a2f06fef0a2bd9a918522d111d3021489">MatplotlibPlotter::plot2D</a></div><div class="ttdeci">void plot2D(const std::vector&lt; double &gt; &amp;xData, const std::vector&lt; double &gt; &amp;yData, const std::string &amp;title, const std::string &amp;xLabel, const std::string &amp;yLabel) override</div><div class="ttdoc">Plot a 2D line graph.</div><div class="ttdef"><b>Definition</b> MatplotlibPlotter.h:16</div></div>
<div class="ttc" id="aclassMatplotlibPlotter_html_ab11b844c6744b6e345b98bf9010dd01c"><div class="ttname"><a href="classMatplotlibPlotter.html#ab11b844c6744b6e345b98bf9010dd01c">MatplotlibPlotter::markers_</a></div><div class="ttdeci">std::vector&lt; std::pair&lt; double, std::string &gt; &gt; markers_</div><div class="ttdef"><b>Definition</b> MatplotlibPlotter.h:95</div></div>
<div class="ttc" id="aclassMatplotlibPlotter_html_ac5761e936fa12c8039779e65e068c3ae"><div class="ttname"><a href="classMatplotlibPlotter.html#ac5761e936fa12c8039779e65e068c3ae">MatplotlibPlotter::plotPosVelAcc</a></div><div class="ttdeci">void plotPosVelAcc(const std::vector&lt; double &gt; &amp;time, const std::vector&lt; double &gt; &amp;altitude, const std::vector&lt; double &gt; &amp;velocity, const std::vector&lt; double &gt; &amp;acceleration) override</div><div class="ttdoc">Plot altitude, velocity, and acceleration together on a single canvas.</div><div class="ttdef"><b>Definition</b> MatplotlibPlotter.h:45</div></div>
<div class="ttc" id="aclassPlotter_html"><div class="ttname"><a href="classPlotter.html">Plotter</a></div><div class="ttdoc">Abstract interface for plotting flight data.</div><div class="ttdef"><b>Definition</b> Plotter.h:9</div></div>
<div class="ttc" id="amatplotlibcpp_8h_html"><div class="ttname"><a href="matplotlibcpp_8h.html">matplotlibcpp.h</a></div></div>
<div class="ttc" id="anamespacematplotlibcpp_html"><div class="ttname"><a href="namespacematplotlibcpp.html">matplotlibcpp</a></div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:43</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a14e2b6e595e057f553ef7b14ddcda82a"><div class="ttname"><a href="namespacematplotlibcpp.html#a14e2b6e595e057f553ef7b14ddcda82a">matplotlibcpp::tight_layout</a></div><div class="ttdeci">void tight_layout()</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2741</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a34e6ea8c8ee6779fe909ecac2ef945c8"><div class="ttname"><a href="namespacematplotlibcpp.html#a34e6ea8c8ee6779fe909ecac2ef945c8">matplotlibcpp::figure</a></div><div class="ttdeci">long figure(long number=-1)</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:1875</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a6de552522cdfa4d42e1ab11364f34a18"><div class="ttname"><a href="namespacematplotlibcpp.html#a6de552522cdfa4d42e1ab11364f34a18">matplotlibcpp::title</a></div><div class="ttdeci">void title(const std::string &amp;titlestr, const std::map&lt; std::string, std::string &gt; &amp;keywords={})</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2296</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a74882742dd5b2fa53cce6c2d4f5bbc2c"><div class="ttname"><a href="namespacematplotlibcpp.html#a74882742dd5b2fa53cce6c2d4f5bbc2c">matplotlibcpp::axvline</a></div><div class="ttdeci">void axvline(double x, double ymin=0., double ymax=1., const std::map&lt; std::string, std::string &gt; &amp;keywords=std::map&lt; std::string, std::string &gt;())</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2378</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a78f4b6d50e52d1782d52df692232f4e1"><div class="ttname"><a href="namespacematplotlibcpp.html#a78f4b6d50e52d1782d52df692232f4e1">matplotlibcpp::subplot</a></div><div class="ttdeci">void subplot(long nrows, long ncols, long plot_number)</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2252</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a90ba2143110bba254f163102a6ab450b"><div class="ttname"><a href="namespacematplotlibcpp.html#a90ba2143110bba254f163102a6ab450b">matplotlibcpp::plot</a></div><div class="ttdeci">bool plot()</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2860</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_a93e96cce1779c757a9ac754639c80878"><div class="ttname"><a href="namespacematplotlibcpp.html#a93e96cce1779c757a9ac754639c80878">matplotlibcpp::xlabel</a></div><div class="ttdeci">void xlabel(const std::string &amp;str, const std::map&lt; std::string, std::string &gt; &amp;keywords={})</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2431</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_ac7b2ae71a81811dfb69bcef95ee8390d"><div class="ttname"><a href="namespacematplotlibcpp.html#ac7b2ae71a81811dfb69bcef95ee8390d">matplotlibcpp::show</a></div><div class="ttdeci">void show(const bool block=true)</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2542</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_ad765633aecb8e1000c8ee64783d47dd7"><div class="ttname"><a href="namespacematplotlibcpp.html#ad765633aecb8e1000c8ee64783d47dd7">matplotlibcpp::text</a></div><div class="ttdeci">void text(Numeric x, Numeric y, const std::string &amp;s=&quot;&quot;)</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:1834</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_adaa29542f05e1acb0850b7e4619a9359"><div class="ttname"><a href="namespacematplotlibcpp.html#adaa29542f05e1acb0850b7e4619a9359">matplotlibcpp::ylabel</a></div><div class="ttdeci">void ylabel(const std::string &amp;str, const std::map&lt; std::string, std::string &gt; &amp;keywords={})</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2452</div></div>
<div class="ttc" id="anamespacematplotlibcpp_html_ae0bbf80e73099a91df28e4fb871b166a"><div class="ttname"><a href="namespacematplotlibcpp.html#ae0bbf80e73099a91df28e4fb871b166a">matplotlibcpp::grid</a></div><div class="ttdeci">void grid(bool flag)</div><div class="ttdef"><b>Definition</b> matplotlibcpp.h:2525</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_f3b3504b5687f67544bf37c71a308bf7.html">plotting</a></li><li class="navelem"><a class="el" href="MatplotlibPlotter_8h.html">MatplotlibPlotter.h</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
</ul>
</div>
</body>
</html>