.NET backend

Attached are the files needed for running a .NET backend.
This code still needs a lot of work, but this should demonstrate the feasibility
of a .NET backend, for those interested.

To test:

Backup your current matplotlib\backend_init_.py file.

Copy the attached files to your matplotlib\backend
subdirectory:

        Backend_dotnet.py

        __init__.py

        _*backend*_dotnet.pyd

Fire up Python and try it out.

Python 2.3.2 (#49, Oct
2 2003, 20:02:00) [MSC v.1200 32 bit (Intel)] on win32

Type “help”,
“copyright”, “credits” or “license” for more
information.

import
matplotlib

matplotlib.use(‘DotNet’)

from
matplotlib.matlab import *

t = arange(0, 2*pi,
pi/90)

y = sin(t)

plot(t, y,
‘-mo’, linewidth=2, markeredgecolor=‘k’, markersize=12)

[<matplotlib.lines.Line2D
instance at 0x03A05C10>]

show()

–Thane

Thane Plummer, Ph.D.

Magna Capital, LLC

thane@…146…

backend_dotnet.py (20 KB)

init.py|attachment (1.53 KB)

_backend_dotnet.pyd (25.5 KB)

Thane wrote:

Attached are the files needed for running a .NET backend. This code still needs a lot of work, but this should demonstrate the feasibility of a .NET backend, for those interested.

Dear Thane,

This looks very interesting, but what about the source to _backend_dotnet.pyd? Did you forget to include that?

My source code posting seems to have bounced. I got the following message:

host mail.sourceforge.net [66.35.250.206]: 550-"For the time being, we are
blocking all mail with the .zip extension....

What's the best way to distribute a project?

···

-----Original Message-----
From: matplotlib-devel-admin@lists.sourceforge.net [mailto:matplotlib-
devel-admin@lists.sourceforge.net] On Behalf Of Andrew Straw
Sent: Thursday, November 04, 2004 9:57 PM
To: thane@...146...; matplotlib-devel@lists.sourceforge.net
Subject: Re: [matplotlib-devel] .NET backend

Thane wrote:

> Attached are the files needed for running a .NET backend. This code
> still needs a lot of work, but this should demonstrate the feasibility
> of a .NET backend, for those interested.
>
Dear Thane,

This looks very interesting, but what about the source to
_backend_dotnet.pyd? Did you forget to include that?

-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options