Pedro Machado

Results 8 comments of Pedro Machado

The solution described here worked for me in Ubuntu 16.04 and 18.04: https://github.com/kuba-moo/mt7601u/issues/64#issuecomment-352250127 I will reference it here: Originally written by ingate. Thanks to aleksander and Nidroide. Tested on Ubuntu...

@sgruszka , Did not tried. Please follow the following steps to load the module: ``` $ sudo rmmod mt7601u.ko $ sudo modprobe mac80211 $ sudo insmod ./mt7601u.ko ```

I was abl`e to pass the error by defining the test_mode=True after the import statements.`

Hi @djsaunde , Many thanks for the update. BTW there is another bug here: Classification performance (all) [ 13. 59. 70. 77. 73. 71. 72. 82. 82. 73. 67. 78....

Hi @djsaunde , I created a pull request for correcting the bug. BW Pedro

Reference manual [here](https://matplotlib-cpp.readthedocs.io/_/downloads/en/latest/pdf/)

Hi @lava , The matplotlibcpp.h is the latest version available [here](https://github.com/Cryoris/matplotlib-cpp) and so is the reference manual (generated with doxygen) and available [here](https://matplotlib-cpp.readthedocs.io/en/latest/)

I can also provide examples using the dictionary `plt::plot(time_array, n1_I_s, ":",{{"label", "N1"}});` if you want.