or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
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.
Syncing
xxxxxxxxxx
July 2020
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 Archive: matplotlib/ProjectManagement
Needs discussion at some point
04 August 2020
Moved to August notes…
27 July 2020
Agenda
Follow ups
New Business:
PRs/Issues:
set_ticks()
updates the limits https://github.com/matplotlib/matplotlib/issues/17136set_ticks(... , update_limits=False)
set_ticks()
Notes
Governance stuff
Named roles
Empty line to fix formatting; fix later…
Current status:
3.3.1 release
PyData global sprint
MacMini
Governance issue 12 - Twitter Persona
PR/Issues
set_ticks()
updates the limitsPartial handling of
rcParams['axes.unicode_minus']
by formatters20 July 2020
Agenda
Follow ups
finalize names / responsibilties of named roles.(Next week)Small issue label cleanup:
default changes
withAPI changes
not a blocker
enhancement
vsnew feature
usage?PRs:
Notes
MEP 22, 27,
MEP22
MEP27
label clean up
Colors and defaults
pip install cool.style
rcParams
PRs
13 July 2020
Agenda
subplot
andsubplot2grid
https://github.com/matplotlib/matplotlib/pull/17347Notes
Season of Docs:
CZI round 3: grant for second year
3.3
docker
named roles
https://github.com/matplotlib/governance/pull/7/files
6 July 2020
Agenda
Notes
GSOD
How to contribute:
New
constrained_layout
Spelling
:type:
linestyle
arg and LineCollection's identical arg 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.Scipy Update