matplotlib
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# *July* 2020 [![hackmd-github-sync-badge](https://hackmd.io/MNcskNfZSIOoLb50GqVIGg/badge)](https://hackmd.io/MNcskNfZSIOoLb50GqVIGg) ###### tags: `2020 dev call` Call co-ordinates: Mondays @ 15:00 Eastern daylight time (UTC -04:00) https://zoom.us/j/384435716 Previous notes: [2020 Meeting Agenda](https://hackmd.io/zljR-pZrQ0O5J_j4NZ-9yw) Archive: [matplotlib/ProjectManagement](https://github.com/matplotlib/ProjectManagement) #### [Needs discussion at some point](https://hackmd.io/uzWviu8zSUChq3XhI2FqPg) # 04 August 2020 Moved to [August](https://hackmd.io/P3Hrfoy9RSKRA4-mXMKW2A) notes... # 27 July 2020 ## Agenda ### Follow ups - [x] finalize names / responsibilties of [named roles](https://github.com/matplotlib/governance/pull/11/files). @tacaswell https://discourse.matplotlib.org/t/add-named-roles-to-governance/21424 ### New Business: - [x] 3.3.1 release - [x] pydata global sprint https://discourse.matplotlib.org/t/pydata-global-sprint/21426 - [x] we now have access to a Apple Silicon mac mini - [x] https://github.com/matplotlib/governance/pull/12 - [ ] more smaller better curated galleries? - [ ] references? - [ ] pyplot types? https://github.com/matplotlib/matplotlib/projects/10 ### PRs/Issues: - `set_ticks()` updates the limits https://github.com/matplotlib/matplotlib/issues/17136 - Should it be possible to suppress that with a new parameter `set_ticks(... , update_limits=False)` - pro: There might be cases, in which you don't want to update - con: This increases the API footprint and can be worked around by setting the limits after `set_ticks()` ## Notes ### Governance stuff - @tacaswell tries to advocate for a progressive migration to a committee lead governance ### Named roles * Release Manager - a role for a single release stream, may be short or longer if LTS * API Consistency Leader - Ensuring we don't add extra spellings of the same thing - Path forward for deprecations * Reference Documentation Leader * Narrative Documentation Leader * Secretary - Make sure meetings happen, that agenda is filled, and followed * Community Manager Empty line to fix formatting; fix later... * @tacaswell generally wants to determine a specific level of commitment to the project, instead of asking too much of volunteers * Term limits of a year allow a specific cut-off #### Current status: * Tabling change from project leader to community (committee) led for now * No-one has objected to list of named roles * No-one has objected to description of named roles * There may be some tweaks to the description of the named roles * Leave for another week ### 3.3.1 release * A few issues/PRs still open * May want someone to look at [#18037](https://github.com/matplotlib/matplotlib/issues/18037) * Release should be possible in a day or two ### PyData global sprint * PyData is merging all their conferences into one online conference, Nov 11-15 * Organize a ~20-hour sprint with a range of time zones? * Ask some European people to cover that range ### MacMini * We have the Apple Silicon Development Kit available on our MacStadium system * Email @tacaswell for access if needed * do any of our mac devs know how to get x-forwarding _out_ of a mac mini? ### Governance issue 12 - Twitter Persona * Merge as is, as a description of what's currently going on? ### PR/Issues #### [`set_ticks()` updates the limits](https://github.com/matplotlib/matplotlib/issues/17136) * should be consistent behaviour, or use a flag, not context-dependent (i.e., depending on whether a limit were set explicitly) * general consensus to leave it as is #### [Partial handling of `rcParams['axes.unicode_minus']` by formatters](https://github.com/matplotlib/matplotlib/issues/17967) * defer to next week # 20 July 2020 ## Agenda ### Follow ups - [ ] ~~finalize names / responsibilties of [named roles](https://github.com/matplotlib/governance/pull/7/files).~~ (Next week) #### Small issue label cleanup: - [x] replace `default changes` with `API changes` - [x] remove `not a blocker` - [x] `enhancement` vs `new feature` usage? #### PRs: - [x] [Build lognorm/symlognorm from corresponding scales](https://github.com/matplotlib/matplotlib/pull/16457): #16457 - [x] MEP 22 and MEP 27 - stalled - did we really want these changes? If so, someone needs to champion and herd reviewers. - [ ] [Color blind color cycle](https://github.com/matplotlib/matplotlib/issues/9460) when will we reconsider the defaults? - [ ] colormap interchange format and metadata? ## Notes ### MEP 22, 27, - lots of work sitting there, we should resolve it #### MEP22 - discussion https://github.com/matplotlib/matplotlib/issues/8712 - most of work is merged, but not the default toolbar path. - goal is to make the tools in the toolbar reusable in other contexts - some design decisions need to be cleaned up - some ability to override specific backend tools - class spec vs string spec overwritability. - clip board included - Move to get into Matplotlib 3.4. - almost all groundwork has probably been done... - rcParam switching so little cost to making default. - [ ] ACTION: make new default #### MEP27 - trying to do the same thing to the rest of backends / GUI / canvas parts - unifying the different backends to make it easier to extend them all in a uniform way. - Should be deferred to after 3.4 / wishlist ### label clean up - remove 'default changes' -> API changes is good enough - remove "not a blocker" - replace "enhancement" with "new feature" - new feature makes new API - performance enhancement & maintenance clean up code ### Colors and defaults - major versions: - MPL 4.0 major style changes? Next summer? - User study for CZI? - numpy and pandas doing it - syle file repository? - configure own style sheets - https://github.com/dhaitz/matplotlib-style-configurator - https://github.com/dhaitz/matplotlib-style-voting - needs maintenance - seeing vs distribution: `pip install cool.style` - entrypoints/register same as colormap - [ ] ACTION: document how to do this via modules: https://github.com/matplotlib/matplotlib/issues/14943 - can only be activated after import: can't be in `rcParams` - clickable link on gallery? - example already for colormaps? https://github.com/anntzer/matplotlib-cmap-template ### PRs - #16457 was merged... # 13 July 2020 ## Agenda - [x] 3.3.0 status / review - [x] GSOD evaluation - we have to tell google by July 31 - [x] CZI round 3 (round 2 for us) proposal due at end of the month - [x] review proposed named roles, open call to (self) nominate? - [x] update on grant work - [x] PRs - [x] [NaNs in Paths](https://github.com/matplotlib/matplotlib/pull/17885) - [x] re-use gridspecs for `subplot` and `subplot2grid` https://github.com/matplotlib/matplotlib/pull/17347 - [x] Linking in SVG inheritance diagrams is broken (https://github.com/matplotlib/matplotlib/issues/16856#issuecomment-645681893) Should we revert to PNG diagrams for 3.3? ## Notes ### Season of Docs: - due 31 July - Google gets reccs from us, google gets back w/ how many projects we get ### CZI round 3: grant for second year - Elliott and Hannah helping w/ writing - Discussion of metrics and progress for CZI ### 3.3 - gtk fix - nan-PR - docs - Revert SVG inheritance diagrams to PNG due to link bug ### docker - made dev-ops progress at the sprints, have a dev-ready container, can build docs ### named roles https://github.com/matplotlib/governance/pull/7/files - release manager(s) - Elliott? - narrative documentation manager - reference documentation manager - Bruno? - community manager - Hannah (if and only if nobody else volunteers) - developer relations - discourse/twitter question traffic control/etc - social media/communication - api consistency leader - Tim? - secretary - [ ] *Action*: Tom will write description and send out call for volunteers # 6 July 2020 ## Agenda - [ ] Apps due 9th, last pre say: https://discourse.matplotlib.org/tag/gsod - [ ] Is it ok to not mention the dev mailing list as a possible way for feature requests? (https://github.com/matplotlib/matplotlib/pull/17842) - [ ] [Constrained Layout rewrite (#17494)](https://github.com/matplotlib/matplotlib/pull/17494) - [ ] Spelling of proposed "[:type:](https://discourse.matplotlib.org/t/improving-feature-discoverability-by-centralizing-documentation-of-implicit-types/21263)" Sphinx role - [ ] Scipy Update? ## Notes ### GSOD - Apps due Thursday - A few proposals ### How to contribute: - dev mailing list for features? - should go to github? - process for new feature to be discussed - Yes, just guide people to github ### New `constrained_layout` - some discussion - would be good to get in soon so it can work in master over the next few months. ### Spelling `:type:` - Issue: - things like Line2D's [`linestyle` arg](https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.lines.Line2D.html) and LineCollection's [identical arg](https://matplotlib.org/3.2.1/api/collections_api.html#matplotlib.collections.LineCollection) are redundant bits of docs, want to link to something like: https://matplotlib.org/3.2.1/gallery/lines_bars_and_markers/line_demo_dash_control.html instead of a random method's docs. - Also things like Bbox/extents/etc are not always documented everywhere they are used: https://twitter.com/ecpensiveLife/status/1278994553111011328 - color does this - issue with plain-text version of docs versus sphinx-directive - glossary module? - would need to teach - include a hint? - variable docstring interpolations mappings? - concerns about injecting too much ceremony / sphinx details into the docstrings - consensus that "glossary" approach seems like it's a good approach initiallly - since the important part is consolidating the docs themselves, we can discuss more about exact "spelling" once we have this - Jody: should we instead make sure that the individual class that *uses* these individual "concepts" gets a glossary? - The "glossary" appears to have grown into the idea that we should actually have dedicated Class's for these individual concepts, so that we can centralize not just the documentation (without the need for Sphinx roles), but also have the class own the validator and rcparam serializer. - For GSOD, I'll propose primarily the actual centralization of the documentation as a first step, then the "glossary" style with some comments about alternate approaches. ``` .. _supported linestyles asdf dsa ``` ### Scipy Update * https://github.com/QuLogic/scipy2020-mpl-update/ * add link to new whats new * add string formatter * https://github.com/matplotlib/cheatsheets/

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully