You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The created file should look something like this:
35
35
36
36
## Star Chart with an Extra Object Plotted
37
37
38
-
Building on the first example, you can also plot additional objects and even customize their style. Here's an example that plots the [Coma Star Cluster](https://en.wikipedia.org/wiki/Coma_Star_Cluster) (Mel 111) as a red star and also changes the plot style to `GRAYSCALE`:
38
+
Building on the first example, you can also plot additional objects and even customize their style. Here's an example that plots the [Coma Star Cluster](https://en.wikipedia.org/wiki/Coma_Star_Cluster) (Melotte 111) as a red star and also changes the plot style to `GRAYSCALE`:
The following code will create a simple map plot that shows the area around the constellation Orion, including an extra marker for M42 - The Great Orion Nebula:
As you can see in the examples above, creating a whole new style from scratch is easiest to do via a YAML file. Doing it in code is certainly possible, but the result is very verbose.
53
+
The easiest way to create a whole new style is by defining it in a YAML file, for example:
0 commit comments