s***@public.gmane.org
2013-05-22 17:16:07 UTC
Hello,
I have a script like this:
from guiqwt.builder import make
from guiqwt.plot import ImageDialog
...
image = ImageDialog(options=dict(title='my title'))
...
This code works fine but I would like to change the image title ('my
title') later in the code. How can I do?
An other question:
Actually, for each image, I'm doing:
im = image.get_plot()
im.dell_all_items()
im.add_item(make.image(new_image)
Does it's possible to update the image? I ask this because I would like to
be able to select a region of interest (RIO) and have the statistics of
this ROI for each successive image.
Thank you for your answers.
I have a script like this:
from guiqwt.builder import make
from guiqwt.plot import ImageDialog
...
image = ImageDialog(options=dict(title='my title'))
...
This code works fine but I would like to change the image title ('my
title') later in the code. How can I do?
An other question:
Actually, for each image, I'm doing:
im = image.get_plot()
im.dell_all_items()
im.add_item(make.image(new_image)
Does it's possible to update the image? I ask this because I would like to
be able to select a region of interest (RIO) and have the statistics of
this ROI for each successive image.
Thank you for your answers.
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.