Skip to content

Reactive mode #69

Answered by alandefreitas
gsabbih6 asked this question in Q&A
Discussion options

You must be logged in to vote

The interface needed to change and I forgot to update the docs. You can try:

figure_handle f = figure(true);

or

figure_handle f = figure(false);

Like in the geoplot_7.cpp example.

You show also replace wait() with:

show();

or

draw();

If you need to update your figure very often, it'd be better to use the non-reactive mode and call draw() explicitly, like in the geoplot_7.cpp example.

I'll update the docs to fix that.

Thanks,

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gsabbih6
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants