Kaynağa Gözat

Changed xkcd example to show a the plot instead of saving an image.

Benno Evers 7 yıl önce
ebeveyn
işleme
12923d7039
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/xkcd.cpp

+ 1 - 1
examples/xkcd.cpp

@@ -16,6 +16,6 @@ int main() {
     plt::xkcd();
     plt::plot(t, x);
     plt::title("AN ORDINARY SIN WAVE");
-    plt::save("xkcd.png");
+    plt::show();
 }