Alexander Khait | 3 Dec 11:17
Picon

width of axes

I would like to know if it is possible to change width of the axes similarly 
to change of lines.

Another question: is it possible to change line style to dotted line

Thank you

Alexander

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ivan Johansen | 3 Dec 17:34
Picon
Favicon

Re: width of axes

Alexander Khait wrote:
> I would like to know if it is possible to change width of the axes similarly 
> to change of lines.
> 
> Another question: is it possible to change line style to dotted line

No, you can neither change the width nor the line style for the axes. 
Why do you want to do that?

Best regards
Ivan Johansen

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
ram-bc | 19 Dec 15:45
Picon

Orientation of label-Constant in Label

Hello,
here is a suggestion : I would like to put the equation of a line "on" itself. 
A way to do that would be to have the possibility to use custom angle of 
rotation for labels.

Here is a question : in the mail you adressed to present the new version 
(congratulations for it), you said that custom constants can be put into 
labels. I do not achieve to do that.

Best Regards.
C.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ivan Johansen | 19 Dec 18:10
Picon
Favicon

Re: Orientation of label-Constant in Label

ram-bc wrote:
> here is a suggestion : I would like to put the equation of a line "on" itself. 
> A way to do that would be to have the possibility to use custom angle of 
> rotation for labels.

So you just want to be able to rotate labels freely instead of only 
vertical or horizontal. This should be easy to implement. I will add to 
one of the next versions.

> Here is a question : in the mail you adressed to present the new version 
> (congratulations for it), you said that custom constants can be put into 
> labels. I do not achieve to do that.

First you have to create a custom constant in the Function|Custom 
functions dialog, for example const = 5. Then inside a text label you 
can write "const = %(const)"

You can also take a look at Example15.grf installed with Graph.

Best regards
Ivan Johansen

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
rambc | 22 Dec 17:55
Picon

Re: Orientation of label-Constant in Label

Thanks (I've forgotten the brackets).

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Conrad B Ammon | 29 Dec 22:54
Favicon

Scripting Language


I wanted to post this in the newsgroups, but I'm having trouble with my ISP, so I'll email it instead

Someone brought up the idea of making a scripting language so they could make families of functions, and things like that.

It may be less of a pain to simply integrate a language such as Python into Graph.  This way there is not and endless list of feature requests in the scripting langauge.  All you have to do is give a decent API to edit the graphs with, and then any "new feature" requests can be replied to with proper net-speak such as lrn2python or lrn2ruby because you KNOW the language has support for it!

This would also open the door to custom UIs as well.  A user could import a script, have it generate a family of fuctions, select one and have the Python code create a window with information about that specific function.

If you don't have much time to do this, I'd happily help!
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Graph-support mailing list
Graph-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graph-support
Lisa Freund | 31 Dec 21:26
Picon
Favicon

how

how do you turn two points into the F (x )
 
how do you make the program make the line (29,-23) (30,-30)
 
please help
thanks
 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Graph-support mailing list
Graph-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graph-support
Ivan Johansen | 31 Dec 23:32
Picon
Favicon

Re: Scripting Language

Conrad B Ammon wrote:
> I wanted to post this in the newsgroups, but I'm having trouble with my 
> ISP, so I'll email it instead

It end up in the same place anyway.

> Someone brought up the idea of making a scripting language so they could 
> make families of functions, and things like that.

Yes, but though it could be fun, I never planned to create my own 
scripting language.

> It may be less of a pain to simply integrate a language such as Python 
> into Graph.  This way there is not and endless list of feature requests 
> in the scripting langauge.  All you have to do is give a decent API to 
> edit the graphs with, and then any "new feature" requests can be replied 
> to with proper net-speak such as lrn2python or lrn2ruby because you KNOW 
> the language has support for it!

It is funny you should say that, because I have been looking into 
embedding Python into Graph as a scripting language.

> This would also open the door to custom UIs as well.  A user could 
> import a script, have it generate a family of fuctions, select one and 
> have the Python code create a window with information about that 
> specific function.

Actually the user interface seems to be the problematic part. 
Unfortunately different GUI frameworks don't interact well. Graph uses 
Borland VCL, while it seems that Tkinter is popular in Python. But I 
think I can make it work as long as only one script is being executed at 
a time, which probably will be most common anyway.

> If you don't have much time to do this, I'd happily help!

Time is always a limited resource, so the help is appreciated.
You can try the beta version of Graph 4.3 at 
http://padowan.dk/graph/DownloadBeta.php which has a little support for 
plugins. I would like to hear what you think about it.

It requires Python 2.5 to be installed for the plugins to work. It 
installs an example of a plugin named Circle.py. The file GraphUtil.py 
is not a plugin but the file that loads the plugins.

Notice that it is still only a proof of concept. There are only two 
functions in Graph the script can call, and there are no error handling.

Best regards
Ivan Johansen

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Gmane