To attract the best answers, make your post easy to read and nice to look at.
Follow these points to make it easier to help you and more likely you’ll get a prompt, useful answer.
-
Choose a descriptive title that captures the key part of your question, eg “plots with multiple axes” instead of something generic like “help me with plotting”. Make use of tags and categories (you can edit those and the title after posting). These will make it more likely that your question will be seen by the people who can potentially help.
-
Post quoted code by enclosing code blocks in triple-backticks, ```:
``` gmt coast [....] gmt plot [....] ```
Don’t post your code as a screenshot; it is difficult to read and impossible to copy-paste. Enclose inline commands with a single backtick, `.
-
Indent your code to reflect its structure (your editor should help you with this). Indented code is easier to understand and troubleshoot.
-
Do your best to make your example self-contained (“minimal working example”, MWE), so that it runs (or gets to the error that you want help with) as is. This means including data that the code operates on. If your data is large or proprietary, generate example data if possible and include that.
-
Simplify your code to the smallest piece of code that still shows your problem. This step takes the most effort but is the most important for fixing your problem. Short, simple examples tend to get answers quickly.
-
Make bold text by enclosing in
**
(^b
)- e.g.
**bold text**
- e.g.
-
Make italics by enclosing in
*
(^i
)- e g.
Italics are *sloping letters*
- e g.
-
Make a link with
[text](url)
(^k
)- e.g.
[gmt palace](https://www.gmtpalace.org)
- e.g.
-
Make a blockquote with
>
on a new line (^+shift+9
)- e.g.
> Blockquote
Blockquote
- e.g.
-
Make lists by using
*
(bulleted,^+shift+8
) orn.
(numbered,^+shift+7
)
- e.g.
- this is
- a list
- and
- may be
- nested
- like this
- this
- is
- also
- also
- a list
- nested
- as well
* this is
* a list
* and
* may be
* nested
* like this
1. this
* is
* also
2. also
3. a list
* nested
* as well
Also see:
- Discourse New User Tips and Tricks
- Please read: make it easier to help you (first 5 points based on this).