Skip to content

Commit aca2bf5

Browse files
committed
Update ideas-list-matplotlib.md
1 parent 0f76b09 commit aca2bf5

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

2016/ideas-list-matplotlib.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Any questions or comments should be asked on
1111
* [Documentation improvements](#documentation)
1212
* [International text handling](#text)
1313
* [Categorical axes](#categorical)
14-
* [New Mac OSX backent](#macosx)
1514
* [Compound artists](#compound)
1615
* [GUI Improvements](#gui)
1716

@@ -160,31 +159,6 @@ This work may include:
160159
This work will be done in Python. Pandas experience would be very helpful. Domain
161160
expertise working with categorical data helpful but not required.
162161

163-
<a name="macosx"></a>
164-
## New Mac OSX backend
165-
166-
### Abstract
167-
168-
The existing `macosx` backend performs rendering of all drawing
169-
primitives. Unfortunately, this means it often lags behind in terms
170-
of the quality and speed of the rendering vs. the more commonly used
171-
Agg backend. We would like to implement a new `macosx` backend
172-
(largely based on the existing one) where the rendering is performed
173-
by Agg and this image buffer is simply copied to the screen. This
174-
would retain all of the advantages of the existing `macosx` backend --
175-
that it has no external dependencies and the widgets appear "native"
176-
-- but would render with the same quality and performance as the Agg
177-
backends.
178-
179-
| **Intensity** | **Involves** | **Mentors** |
180-
| ------------- | --------------|------------ |
181-
| Advanced | Python, Objective-C, Python/C API, Cocoa | [@mdboom][] |
182-
183-
### Open Source Development Experience
184-
185-
This will involve adapting an existing Python extension written in
186-
Objective-C, and will require access to a Macintosh.
187-
188162
<a name="compound"></a>
189163
## Compound Artists
190164

0 commit comments

Comments
 (0)