On Mon, Jul 29, 2013 at 4:26 PM, Etienne Tourigny
wrote:
does not matplotlib have such gui elements?
matplotlib is lower-level, surely would require (much) more work to do the
same, and I'm not sure if it supports interactivity between spline
parameters changed by the user in a slider, and
On Mon, Jul 29, 2013 at 11:13 AM, William Kyngesburye wrote:
> I see that guiqwt is based on PyQwt. This is not good, since PyQwt does
> not support the latest PyQt, and probably never will.
>
> On Jul 29, 2013, at 9:04 AM, Alessandro Pasotti wrote:
>
> > 2013/7/29 Mauro Alberti
> > Hi all,
> >
I see that guiqwt is based on PyQwt. This is not good, since PyQwt does not
support the latest PyQt, and probably never will.
On Jul 29, 2013, at 9:04 AM, Alessandro Pasotti wrote:
> 2013/7/29 Mauro Alberti
> Hi all,
> I've created a tool in Python, that requires guiqwt for the interactive
>
2013/7/29 Mauro Alberti
> Hi all,
> I've created a tool in Python, that requires guiqwt for the interactive
> graphical definition of spline parameters. I would like to include it into
> a plugin of mine (for Qgis 1.8), that currently does not require any
> non-standard Python module.
> I don't k
Hi all,
I've created a tool in Python, that requires guiqwt for the interactive
graphical definition of spline parameters. I would like to include it into
a plugin of mine (for Qgis 1.8), that currently does not require any
non-standard Python module.
I don't know what could be the best way, mainly