We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b49a3 commit f2bf7a4Copy full SHA for f2bf7a4
1 file changed
matplotlibcpp.h
@@ -2321,6 +2321,8 @@ struct plot_impl<std::false_type>
2321
template<typename IterableX, typename IterableY>
2322
bool operator()(const IterableX& x, const IterableY& y, const std::string& format)
2323
{
2324
+ detail::_interpreter::get();
2325
+
2326
// 2-phase lookup for distance, begin, end
2327
using std::distance;
2328
using std::begin;
0 commit comments