Plotting on Secondary Y axis
Hello I am new to matplotlib-cpp and looking to plot data also on Seconday y axis , however i could not find any concrete way of doing it. Could anyone guide me through it please
@somdats I don't know if you are stuck with C++, or if you can use python. And how well you know about matlplotlib. Matplotlib-cpp is just a cpp wrapper of the python library matplotlib.
What you want to do is possible with the python original library: https://matplotlib.org/gallery/axes_grid1/parasite_simple.html#sphx-glr-gallery-axes-grid1-parasite-simple-py
But I don't know if this C++ wrapper as implemented this feature yet.
Good luck, Jimmy
Hello Thanks for your reply. I am stuck with c++. I could see many solutions for the same in python script however i am using the matplotlib-cpp wrapper which currently may not have the implementation. Alternatively i could add the functionality to the wrapper, however i lack the knowledge in its exact implementation
On Thu, Jun 21, 2018 at 3:46 PM, Jimmy DA SILVA [email protected] wrote:
@somdats https://github.com/somdats I don't know if you are stuck with C++, or if you can use python. And how well you know about matlplotlib. Matplotlib-cpp is just a cpp wrapper of the python library matplotlib.
What you want to do is possible with the python original library: https://matplotlib.org/gallery/axes_grid1/parasite_ simple.html#sphx-glr-gallery-axes-grid1-parasite-simple-py
But I don't know if this C++ wrapper as implemented this feature yet.
Good luck, Jimmy
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lava/matplotlib-cpp/issues/64#issuecomment-399108927, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQwcjnwgwt3LoHxRdvUu5UjjIgE8QCLks5t-6OegaJpZM4UvMP3 .
-- Regards
Somnath Dutta
Wissenschaftlicher Mitarbeiter
Technische Universität Dresden
Fakultät Informatik
Lehrstuhl für Computergraphik und Visualisierung
www.inf.tu-dresden.de/cgv
I am having this same issue any updates?
Thanks for the library. Very useful. Any updates about this issue?