GRAPH 3D v2.425 (20-FEB-2017)
|
10-23-2014, 07:58 AM
Post: #81
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
Hello Han,
great app! Maybe you could add a plot with color by value (eg. blue [low values] to red [high values]) for the drawed plane. Wolfgang |
|||
10-24-2014, 06:32 PM
(This post was last modified: 10-24-2014 06:35 PM by Han.)
Post: #82
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
You mean like this?
Change the g3D_zcolor() function to this: Code:
Graph 3D | QPI | SolveSys |
|||
10-25-2014, 05:16 PM
Post: #83
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
How I can graph a heart? like a mathematica
I input the ecuation: But don't do nothing XD |
|||
10-25-2014, 05:35 PM
Post: #84
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
(10-25-2014 05:16 PM)nakjaen Wrote: I input the equation: Graph3D only graphs functions. The equation you have there does not describe a function. Graph 3D | QPI | SolveSys |
|||
10-27-2014, 07:44 AM
Post: #85
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014) | |||
11-29-2014, 08:16 PM
Post: #86
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
Hi Han, great app really, I tok a look at your code harder than i could imagine to understand, would it be possible to enable drawing 2 functions in the same graph?
Like. Drawing a sphere consisting of halfs. Regards/T[/align] |
|||
11-30-2014, 01:46 AM
Post: #87
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
(11-29-2014 08:16 PM)Torb Wrote: Hi Han, great app really, I tok a look at your code harder than i could imagine to understand, would it be possible to enable drawing 2 functions in the same graph? Yes, this will be one of the features of the next release within the next few weeks. Graph 3D | QPI | SolveSys |
|||
12-01-2014, 09:47 AM
Post: #88
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
(11-30-2014 01:46 AM)Han Wrote:(11-29-2014 08:16 PM)Torb Wrote: Hi Han, great app really, I tok a look at your code harder than i could imagine to understand, would it be possible to enable drawing 2 functions in the same graph? Great, looking forward for it thanks. other quest, the debug feature of prime doesn't work on your program, is there any other tool availible for debug/develop your app? Regards/T |
|||
12-01-2014, 04:36 PM
Post: #89
|
|||
|
|||
RE: GRAPH 3D v2.32 (Updated 18-SEPT-2014)
(12-01-2014 09:47 AM)Torb Wrote:(11-30-2014 01:46 AM)Han Wrote: Yes, this will be one of the features of the next release within the next few weeks. You can debug each individual routine by exporting it and using DEBUG() on that command. You need to initialize the app variables, though. This can be done by simply creating a plot once you've exported the routine you want to debug. For example, export the Plot() routine, press the [Plot] key and then exit the plot, and then use: DEBUG(Plot()) Hope that helps. Graph 3D | QPI | SolveSys |
|||
12-03-2014, 04:57 PM
Post: #90
|
|||
|
|||
RE: GRAPH 3D v2.4 (Updated 03-DEC-2014)
(11-30-2014 01:46 AM)Han Wrote:(11-29-2014 08:16 PM)Torb Wrote: Hi Han, great app really, I tok a look at your code harder than i could imagine to understand, would it be possible to enable drawing 2 functions in the same graph? New beta 2.4 is up (see first post of thread). Graph 3D | QPI | SolveSys |
|||
12-04-2014, 09:21 AM
Post: #91
|
|||
|
|||
RE: GRAPH 3D v2.4 (Updated 03-DEC-2014)
Hello Han,
another great improvement so far. I've just reversed the color by value because I prefer red for the larger values: Code: r:=(r-minz)/(maxz-minz+1); to Code: r:=(maxz-r)/(maxz-minz+1); regards Wolfgang |
|||
12-04-2014, 06:41 PM
Post: #92
|
|||
|
|||
RE: GRAPH 3D v2.4 (Updated 03-DEC-2014) | |||
12-04-2014, 10:04 PM
(This post was last modified: 12-04-2014 10:14 PM by Han.)
Post: #93
|
|||
|
|||
RE: GRAPH 3D v2.4 (Updated 03-DEC-2014)
(12-04-2014 09:21 AM)ww63 Wrote: Hello Han, Feel free to make modifications as you see fit. (12-04-2014 06:41 PM)Alberto Candel Wrote:(12-03-2014 04:57 PM)Han Wrote: New beta 2.4 is up (see first post of thread). Glad to hear it works well. Since this is a beta release, do check back every now and then (first post) to see if there are updates. I'm slowly finding little bugs here and there, but it's a very slow process by myself. I'm hoping people will help find bugs in this beta. Graph 3D | QPI | SolveSys |
|||
12-10-2014, 03:35 AM
(This post was last modified: 02-21-2017 07:09 PM by Han.)
Post: #94
|
|||
|
|||
RE: GRAPH 3D v2.411 (Updated 05-DEC-2014)
I found a few more bugs relating to z-clipping. Also, I had toyed around with the trace mode with multiple plots. I find it rather hard to really see the surface being traced, and thought about "highlighting" the selected function being trace. Here are some screenshots of what I mean:
The left-most is the plot of several functions (transparent mode on). The next two screens show the highlighting of only the function being traced; the others are "greyed" out. The last screen shows the same effect, except transparency mode is off (i.e. hidden surface removal mode) I'm curious if users would prefer this over the current implementation (in which all surfaces are graphed even in trace mode). Edit: Also, here's a manual for the app. graph3dmanual.zip (Size: 159.59 KB / Downloads: 455) Graph 3D | QPI | SolveSys |
|||
12-13-2014, 06:12 PM
Post: #95
|
|||
|
|||
RE: GRAPH 3D v2.411 (Updated 05-DEC-2014)
Mmmm. Tha last two pictures shows better the traces. It´s fine, because you see it better, and you can see the other surfaces on a shadow background. I like it better.
Thank you for the instructions. I´ll download it now. PS: as I consider you the best programmer for the hp Prime nowadays. Are you specialized in structural analysis? I mean if you have ever thought of translating/ creating programs for beam analysis, frames or moments of inertia of different shapes. I miss A LOT Vigag, Sections, or FEM49, from Edwin Cordoba and Caspar Lugtmeier. Impossible to get something similar for HP Prime. |
|||
12-14-2014, 08:08 PM
(This post was last modified: 12-14-2014 08:09 PM by Trickfisch.)
Post: #96
|
|||
|
|||
RE: GRAPH 3D v2.412 (Updated 13-DEC-2014)
A cool application. But there was one thing that disturb me.
No Touch Control like zoom or move. So I've looked in the source code and modified it a little. Ad the top add this: Code: z; after Code: fcolor,clist,reclist; Now first the g3D_keys(). Code: g3D_keys() !Not a must have! And for a better trace mode. Even the trace mode control. It have some problems, like that in the movement the trace is not rendered. But somebody could solve it. Code: g3D_trace() Interesting are only the variable definitions at the top of a function, all the code in Code: if TYPE(key)==6 then Code: z In this code the style icons can't be displayed. I've tried to implement this, but the actual version can't handle a single click. So every time you touch the screen, this popup would be displayed. Sorry :'(. In a old version I have created a full dialog for all settings (even the secrets), but I didn't added this in the new one. Because there is a dialog on the view button in the main screen. So here is the full code. HPPrime_touch_v2.412.txt (Size: 53.85 KB / Downloads: 119) Have fun with it ;-) I wait for replies and critic. |
|||
12-15-2014, 10:08 AM
Post: #97
|
|||
|
|||
RE: GRAPH 3D v2.412 (Updated 13-DEC-2014)
Hi Han, the new features looks great, will try them out asap. Though the http://ftp.hp.com seems to be empty on Prime stuff, can't get any updates from it any more? Do you know some other source for the latest firmware?
/Torb |
|||
12-15-2014, 11:59 AM
Post: #98
|
|||
|
|||
RE: GRAPH 3D v2.412 (Updated 13-DEC-2014)
(12-15-2014 10:08 AM)Torb Wrote: Hi Han, the new features looks great, will try them out asap. Though the http://ftp.hp.com seems to be empty on Prime stuff, can't get any updates from it any more? Do you know some other source for the latest firmware? It run even with version 6039. I've tryed it |
|||
12-15-2014, 05:11 PM
Post: #99
|
|||
|
|||
RE: GRAPH 3D v2.412 (Updated 13-DEC-2014)
ok thanks, but i only have 6031, wonder what hp is doing with their update site for prime though...
[/quote] It run even with version 6039. I've tryed it [/quote] |
|||
12-15-2014, 06:11 PM
(This post was last modified: 12-15-2014 06:13 PM by Trickfisch.)
Post: #100
|
|||
|
|||
RE: GRAPH 3D v2.412 (Updated 13-DEC-2014)
Try it. It could run or not. My Version is 5 month old.
And you can try the code from my first post one day ago. I think it is a must have add-on. ;D |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 8 Guest(s)