python drawing curves

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

python drawing curves

archlight
Hi Luigi,

   First of all, thank you for posting video from forum. it is a great video. it is really cool that you did some live coding. it is almost like performance.
 
   I'd like to plot curves as well. but i cannot find curves module you imported from python website. where can i find it? Thanks


Regards
Reply | Threaded
Open this post in threaded view
|

Re: python drawing curves

Luigi Ballabio
On Wed, 2011-02-23 at 23:08 -0800, archlight wrote:
>    First of all, thank you for posting video from forum. it is a great
> video. it is really cool that you did some live coding. it is almost like
> performance.
>  
>    I'd like to plot curves as well. but i cannot find curves module you
> imported from python website. where can i find it? Thanks

It's just a couple of convenience functions that I wrote to avoid
writing too much commands for the presentation.  I'm attaching it, but
don't expect much out of it.  Also, I won't be supporting it :)
You'll need Gnuplot and the Gnuplot-Python module to make it work.

Luigi



--

There are no rules of architecture for a castle in the clouds.
-- Gilbert K. Chesterton


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

curves.py (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: python drawing curves

archlight
Thanks a lot, Luigi

Regards

On Thu, Feb 24, 2011 at 4:01 PM, Luigi Ballabio <[hidden email]> wrote:
On Wed, 2011-02-23 at 23:08 -0800, archlight wrote:
>    First of all, thank you for posting video from forum. it is a great
> video. it is really cool that you did some live coding. it is almost like
> performance.
>
>    I'd like to plot curves as well. but i cannot find curves module you
> imported from python website. where can i find it? Thanks

It's just a couple of convenience functions that I wrote to avoid
writing too much commands for the presentation.  I'm attaching it, but
don't expect much out of it.  Also, I won't be supporting it :)
You'll need Gnuplot and the Gnuplot-Python module to make it work.

Luigi



--

There are no rules of architecture for a castle in the clouds.
-- Gilbert K. Chesterton



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: python drawing curves

Alex Zhang-9
Could you please tell me where is the video? 

One of the major benefits I got from working for my current employers is being able to watch videos
in my office. Thx,

- Alex


From: ren wei <[hidden email]>
To: [hidden email]
Cc: [hidden email]
Sent: Thu, February 24, 2011 3:14:46 AM
Subject: Re: [Quantlib-users] python drawing curves

Thanks a lot, Luigi

Regards

On Thu, Feb 24, 2011 at 4:01 PM, Luigi Ballabio <[hidden email]> wrote:
On Wed, 2011-02-23 at 23:08 -0800, archlight wrote:
>    First of all, thank you for posting video from forum. it is a great
> video. it is really cool that you did some live coding. it is almost like
> performance.
>
>    I'd like to plot curves as well. but i cannot find curves module you
> imported from python website. where can i find it? Thanks

It's just a couple of convenience functions that I wrote to avoid
writing too much commands for the presentation.  I'm attaching it, but
don't expect much out of it.  Also, I won't be supporting it :)
You'll need Gnuplot and the Gnuplot-Python module to make it work.

Luigi



--

There are no rules of architecture for a castle in the clouds.
-- Gilbert K. Chesterton



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: python drawing curves

archlight
it is located at http://www.statpro.com/quantlib_forum/quantlib_presentations.aspx

On Fri, Feb 25, 2011 at 12:34 AM, Alex Zhang <[hidden email]> wrote:
Could you please tell me where is the video? 

One of the major benefits I got from working for my current employers is being able to watch videos
in my office. Thx,

- Alex


From: ren wei <[hidden email]>
To: [hidden email]
Cc: [hidden email]
Sent: Thu, February 24, 2011 3:14:46 AM
Subject: Re: [Quantlib-users] python drawing curves

Thanks a lot, Luigi

Regards

On Thu, Feb 24, 2011 at 4:01 PM, Luigi Ballabio <[hidden email]> wrote:
On Wed, 2011-02-23 at 23:08 -0800, archlight wrote:
>    First of all, thank you for posting video from forum. it is a great
> video. it is really cool that you did some live coding. it is almost like
> performance.
>
>    I'd like to plot curves as well. but i cannot find curves module you
> imported from python website. where can i find it? Thanks

It's just a couple of convenience functions that I wrote to avoid
writing too much commands for the presentation.  I'm attaching it, but
don't expect much out of it.  Also, I won't be supporting it :)
You'll need Gnuplot and the Gnuplot-Python module to make it work.

Luigi



--

There are no rules of architecture for a castle in the clouds.
-- Gilbert K. Chesterton




------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: python drawing curves

Luigi Ballabio
In reply to this post by Alex Zhang-9
On Thu, 2011-02-24 at 08:34 -0800, Alex Zhang wrote:
> Could you please tell me where is the video?

<http://www.statpro.com/quantlib_forum/quantlib_presentations.aspx>.

On the same page, there are also the slides from the other presentations
at the QuantLib forum.

Luigi


--

Testing can never demonstrate the absence of errors in software, only
their presence.
-- W.E. Dijkstra



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: python drawing curves

Alex Zhang-9
Thank you Ren and Luigi.

3D glasses ready...
Subwoofer on...
Popcorn microwaved...
Boss out for business lunch check...

- Alex


From: Luigi Ballabio <[hidden email]>
To: Alex Zhang <[hidden email]>
Cc: ren wei <[hidden email]>; [hidden email]
Sent: Thu, February 24, 2011 11:40:47 AM
Subject: Re: [Quantlib-users] python drawing curves

On Thu, 2011-02-24 at 08:34 -0800, Alex Zhang wrote:
> Could you please tell me where is the video?

<http://www.statpro.com/quantlib_forum/quantlib_presentations.aspx>.

On the same page, there are also the slides from the other presentations
at the QuantLib forum.

Luigi


--

Testing can never demonstrate the absence of errors in software, only
their presence.
-- W.E. Dijkstra



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users