Dear Dave,
let me first thank you for your module: it works fantastically and let me
do my work much much faster than before.

I have a question about default values. I have tried to set them in to the
xsd and see if they worked as expected but they don't, at least for me.
Here is the workaround I came up with:

    gr.SetTitle(curve.get_label())
    try:
      gr.SetMarkerStyle(curve.get_marker().get_style())
    except TypeError:
      gr.SetMarkerStyle(defaultMarkerStyle)

It is very ugly...
Do you have a working example I can look at, please?

Many thanks again and regards,
Marco Bomben

-- 
"Human existence is based upon two pillars: Compassion and knowledge.
Compassion without knowledge is ineffective; knowledge without compassion
is inhuman."
(Victor Frederick Weisskopf)
----------------------------------------------
http://marco.bomben.googlepages.com/
------------------------------------------------------------------------------
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to