File:Vesta magnitude 2007 2017.svg
Summary
| Description |
English: Magnitude of asteroid 4 Vesta from 2007-2017 (included). Horizontal axis is the date in Julian day.
Dashed lines represent reference magnitudes of Uranus and the naked-eye limit of magnitude 6. Français : Magnitude de l’astéroïde 4 Vesta de 2007 à 2017. L'axe vertical représente la date en jour julien.
Les courbes en tiret représentent pour référence la magnitude d'Uranus et la magnitude 6, limite de visibilité à l'oeil nu. |
| Date | |
| Source | Own work |
| Author | Tos |
| SVG development | |
| Source code | Mathematica codevestaData = Import["mag_vesta.csv"];
uranusData = Import["mag_uranus.csv"];
p1 = ListPlot[
{vestaData},
PlotJoined -> True ,
PlotStyle -> {Thickness[0.005]},
AxesOrigin -> {2454102.0, 3.5}
];
p2 = ListPlot[
{uranusData},
PlotJoined -> True ,
PlotStyle -> {Dashed},
AxesOrigin -> {2454102.0, 4}
];
l = Line[{{2454102.0, 6}, {2458117.0, 6}}];
p3 = Graphics[{Thick, Pink, Dashed, l}];
p4 = ContourPlot[
x ,
{x, 2454102, 2458119},
{y, 4, 9},
Contours -> 10,
ContourStyle -> None,
ContourShading -> {Lighter[Blue, 0.95], Lighter[White, 0.90]}
];
Show[p4, p1, p2, p3]
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|