Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scatter plot #47

Open
fhelen opened this issue Mar 9, 2019 · 1 comment
Open

Scatter plot #47

fhelen opened this issue Mar 9, 2019 · 1 comment

Comments

@fhelen
Copy link

fhelen commented Mar 9, 2019

Hello,
Fist off all, thank's a lot for your great job; Xplot is exactly what i needed for my daily work;
I have recently installed Xplot in conda environment:
xeus ; 0.18.1
xeus-cling ; 0.4.10
xplot ; 0.11.0
xproperty ; 0.8.0
xtl ; 0.5.2
xwidgets ; 0.16.0

But i can't build scatter plot:
Here is error compilation message when i'run your basic test (notebooks/xscatter.ipynb) inside my conda env:

In file included from input_line_7:2:
In file included from /home/fhelen/miniconda3/envs/otb/include/xplot/xfigure.hpp:17:
In file included from /home/fhelen/miniconda3/envs/otb/include/xwidgets/xwidget.hpp:15:
In file included from /home/fhelen/miniconda3/envs/otb/include/xwidgets/xlayout.hpp:16:
In file included from /home/fhelen/miniconda3/envs/otb/include/xwidgets/xobject.hpp:18:
In file included from /home/fhelen/miniconda3/envs/otb/include/xproperty/xobserved.hpp:20:
/home/fhelen/miniconda3/envs/otb/include/xproperty/xproperty.hpp:216:11: error: no matching constructor for initialization of 'xp::xproperty<std::vector<xtl::xoptional<std::__cxx11::basic_string, bool>, std::allocator<xtl::xoptional<std::__cxx11::basic_string, bool> > >,
xw::xgeneratorxpl::xscatter, xpl::xscatter<xw::xgeneratorxpl::xscatter >::colors_property>::value_type' (aka 'std::vector<xtl::xoptional<std::__cxx11::basic_string, bool>,
std::allocator<xtl::xoptional<std::__cxx11::basic_string, bool> > >')
: m_value(std::forward(value))

Do you have any idea to help me how to fix the problem?
Thank by advance
Florian
log.txt

@wolfv
Copy link
Member

wolfv commented Aug 16, 2019

just in case, did you use a C++14 notebook? Or C++17?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants