Discussion:
guiqwt analog of matplotlib's function ax.set_xlim()
Антон Ширяев
2013-04-21 05:24:58 UTC
Permalink
Hello, guys
Has Guiqwt analog of matplotlib function ax.set xlim() ?
--
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.
Предеин П. А.
2013-04-21 23:57:23 UTC
Permalink
Hello, I did i like:
...
plot = self.curvewidget.plot
plot.set_axis_limits("bottom", xmin, xmax)
plot.replot()
Post by Антон Ширяев
Hello, guys
Has Guiqwt analog of matplotlib function ax.set xlim() ?
--
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
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.
Антон Ширяев
2013-04-22 01:42:01 UTC
Permalink
thank you for your help and for your fast answer )

ÐÏÎÅÄÅÌØÎÉË, 22 ÁÐÒÅÌÑ 2013 Ç., 10:57:23 UTC+11 ÐÏÌØÚÏ×ÁÔÅÌØ cormorant
Post by Предеин П. А.
...
plot = self.curvewidget.plot
plot.set_axis_limits("bottom", xmin, xmax)
plot.replot()
Post by Антон Ширяев
Hello, guys
Has Guiqwt analog of matplotlib function ax.set xlim() ?
--
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
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.
Loading...