Vin Phend

Show:

What's happening?

  • [Bug?]Text options and notes

    I can drag selected text from "text options" window (edit text in graph) to note window. Is it bug? Reproducible? If not a bug, how can I drug text from note to plot title?.

    2009-09-23 17:35:22 UTC in SciDAVis

  • Followup: RE: Auto rename and tables access from Python.

    Thank you a lot! Just now my script works well, it operates only with tables and I plot results manually from plot template.

    2009-07-14 06:21:46 UTC in SciDAVis

  • Followup: RE: Auto rename and tables access from Python.

    In SciDAVis 2.3 tabel.setName(name) works! :) However table name and label are not updated in project explorer. Is it only in my installation?.

    2009-07-09 11:21:44 UTC in SciDAVis

  • Followup: RE: SciDAVis 2.3 compile problem

    Helped. Thanks a lot! :)

    2009-07-09 10:47:07 UTC in SciDAVis

  • SciDAVis 2.3 compile problem

    Hi! I am trying to compile SciDAVis 2.3 on Ubuntu 9.04. During "qmake&&make" error appears: 'g++: /usr/local/lib/libmuparser.a: No such file or directory' libmuparser0 1.28 and libmuparser-dev 1.28 are installed. SciDAVis 2.2 for amd64 from .deb is working... How to compile SciDAVis 2.3?.

    2009-07-09 10:27:12 UTC in SciDAVis

  • Followup: RE: How to make cells invalid?

    Thank you for such a quick answer! Not sure to fully understand the second part of it, by I hope it is not important for my task :)

    2009-07-03 09:22:05 UTC in SciDAVis

  • How to make cells invalid?

    Hi! After aligning data I need to make some cells in the begining of the table invalid. table.clearCell(row, col) is not working from python script. table.column(col-1).setInvalid(row-1,1) works, but I am not sure that it is legal. Is it safe and will not bring bugs to SciDAVis work? Some more ideas how to exclude cells from calculations with columns? Thank you in advance!

    2009-07-03 08:08:26 UTC in SciDAVis

  • Followup: RE: [TIP] link external module

    Thank you a lot! execfile() is what I need! I am using python, SciDAVis and python in SciDAVis for two days and like them more and more!

    2009-07-02 16:25:15 UTC in SciDAVis

  • Followup: RE: [TIP] link external module

    Yes! "scidavis.app" helped! There was a problem with importing my module. When I update module`s source it is not updated in SciDAVis. reload() solved is. So my current setup, that works for me. /home/tmp/tmake.py edited in external editor. " import sys sys.path.append("/home/tmp") reload(tmake) tmake.prs() " tmake.py strarts with "def prs()...

    2009-07-02 14:28:26 UTC in SciDAVis

  • Followup: RE: Python script output to another note window

    scidavis-manual-0.1_2008-02-28.pdf page 121 (131?) 7.2.5 Accessing SciDAVis’s functions from Python " creating new objects: .... # create an empty note named "momo" n = note("momo") # use defaults n = note()".

    2009-07-02 13:25:22 UTC in SciDAVis

About Me

  • 2009-06-30 (5 months ago)
  • 2548702
  • vinphend (My Site)
  • Vin Phend

Send me a message